summaryrefslogtreecommitdiff
path: root/decoder/Makefile.am
diff options
context:
space:
mode:
authorWu, Ke <wuke@cs.umd.edu>2014-12-06 12:17:27 -0500
committerWu, Ke <wuke@cs.umd.edu>2014-12-06 12:17:27 -0500
commit16827862bcc4f04ada087abc255c6604d88076c1 (patch)
tree394f8585409ca2d132fc1400c906c39df43613e6 /decoder/Makefile.am
parenta21959213f9b1cc15befae52dbb5091e848de7a1 (diff)
Move non-MaxEnt code out of utils
1. alignment.h, argument_reorder_model.h, src_sentence.h, tree.h, tsuruoka_maxent.h -> decoder/ff_const_reorder_common.h. 2. Trainers source files (argument_reorder_model.cc and constituent_reorder_model.cc) are moved to training/const_reorder.
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r--decoder/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am
index cc52ccd4..f791b3cc 100644
--- a/decoder/Makefile.am
+++ b/decoder/Makefile.am
@@ -45,6 +45,7 @@ libcdec_a_SOURCES = \
ff_basic.h \
ff_bleu.h \
ff_charset.h \
+ ff_const_reorder_common.h \
ff_const_reorder.h \
ff_context.h \
ff_csplit.h \