summaryrefslogtreecommitdiff
path: root/decoder/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2014-10-25 00:18:38 -0400
committerChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2014-10-25 00:18:38 -0400
commit0c084411f82aa3f8639046be7df421e1c2ec4d3c (patch)
tree400e74e82e1dd093f6b834eb66758fa06163d6eb /decoder/Makefile.am
parentea83bf53c1fa99231d68f53ff7e2b3d0645c8dd9 (diff)
extract features from converted conll files
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r--decoder/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am
index b56e4c72..fcb95e65 100644
--- a/decoder/Makefile.am
+++ b/decoder/Makefile.am
@@ -44,12 +44,13 @@ libcdec_a_SOURCES = \
ff_basic.h \
ff_bleu.h \
ff_charset.h \
+ ff_conll.h \
ff_context.h \
ff_csplit.h \
ff_external.h \
ff_factory.h \
ff_klm.h \
- ff_lexical.h \
+ ff_lexical.h \
ff_lm.h \
ff_ngrams.h \
ff_parse_match.h \
@@ -108,6 +109,7 @@ libcdec_a_SOURCES = \
ff_basic.cc \
ff_bleu.cc \
ff_charset.cc \
+ ff_conll.cc \
ff_context.cc \
ff_csplit.cc \
ff_external.cc \