diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-07 03:41:32 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-07 03:41:32 +0000 |
commit | 5c40dcfe323dbf95a16a995588a77f393d42749c (patch) | |
tree | 025f1c5f0add6b134f4173c475b0a2321288fb14 /decoder/Makefile.am | |
parent | aaac9f8ee73ba59b72609af9a78b167312a6dac7 (diff) |
apply fsa models (so far only by bottom up) in cdec
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@487 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r-- | decoder/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am index 189e28b0..88d6d17a 100644 --- a/decoder/Makefile.am +++ b/decoder/Makefile.am @@ -44,6 +44,7 @@ rule_lexer.cc: rule_lexer.l noinst_LIBRARIES = libcdec.a libcdec_a_SOURCES = \ + apply_fsa_models.cc \ rule_lexer.cc \ fst_translator.cc \ csplit.cc \ |