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 /utils/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 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 64f6d433..dd74ddc0 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -41,6 +41,8 @@ libutils_a_SOURCES = \ kernel_string_subseq.h \ logval.h \ m.h \ + maxent.h \ + maxent.cpp \ murmur_hash3.h \ murmur_hash3.cc \ named_enum.h \ |