From 2a18010e255810cc2b5bcbe688f3db8eabda23ca Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sun, 6 Dec 2009 22:25:25 -0500 Subject: add compound splitting logic and features (Dyer 2008, NAACL) --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3