diff options
author | Chris Dyer <redpony@gmail.com> | 2014-12-17 22:04:58 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-12-17 22:04:58 -0500 |
commit | a059245e63178682624e10cde69f171820bd9209 (patch) | |
tree | a6f17da7c69048c8900260b5490bb9d8611be3bb /decoder/Makefile.am | |
parent | 1a79175f9a101d46cf27ca921213d5dd9300518f (diff) | |
parent | 7468e8d85e99b4619442c7afaf4a0d92870111bb (diff) |
Merge pull request #63 from kho/const_reorder_2
Soft linguistic reordering constraints from http://www.aclweb.org/anthology/P14-1106
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r-- | decoder/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am index 78ab4d63..f9f90cfb 100644 --- a/decoder/Makefile.am +++ b/decoder/Makefile.am @@ -46,6 +46,8 @@ libcdec_a_SOURCES = \ ff_bleu.h \ ff_charset.h \ ff_conll.h \ + ff_const_reorder_common.h \ + ff_const_reorder.h \ ff_context.h \ ff_csplit.h \ ff_external.h \ @@ -113,6 +115,7 @@ libcdec_a_SOURCES = \ ff_charset.cc \ ff_conll.cc \ ff_context.cc \ + ff_const_reorder.cc \ ff_csplit.cc \ ff_external.cc \ ff_factory.cc \ |