diff options
author | Chris Dyer <redpony@gmail.com> | 2009-12-06 22:25:25 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2009-12-06 22:25:25 -0500 |
commit | 2a18010e255810cc2b5bcbe688f3db8eabda23ca (patch) | |
tree | e310286257e5445072303dcca03acb85a865c26a /src/Makefile.am | |
parent | 59ea352f3dcf3bf58969f404615fed4ff6b931f7 (diff) |
add compound splitting logic and features (Dyer 2008, NAACL)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 34ffb170..4d0459ef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,6 +36,7 @@ noinst_LIBRARIES = libhg.a libhg_a_SOURCES = \ fst_translator.cc \ + csplit.cc \ scfg_translator.cc \ hg.cc \ hg_io.cc \ @@ -58,6 +59,8 @@ libhg_a_SOURCES = \ ff.cc \ ff_lm.cc \ ff_wordalign.cc \ + ff_csplit.cc \ + freqdict.cc \ lexcrf.cc \ bottom_up_parser.cc \ phrasebased_translator.cc \ |