diff options
author | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2013-04-23 19:35:18 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2013-04-23 19:35:18 -0400 |
commit | c164dc0ed8a32e4095ba1b36495e0f743b8cc1ea (patch) | |
tree | 78b81e4c63adfa67adb7b8f80c3e6be87b4a2b2a /.gitignore | |
parent | 0e46089cafa4e8e2f060e370d7afaceeda6b90a9 (diff) | |
parent | d467e14b28085809c31431be0478eb3d9322fe96 (diff) |
merge paul's extractor code
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -69,6 +69,9 @@ extools/filter_score_grammar extools/mr_stripe_rule_reduce extools/score_grammar extools/sg_lexer.cc +extractor/*_test +extractor/compile +extractor/run_extractor gi/clda/src/clda gi/markov_al/ml gi/pf/align-lexonly @@ -100,7 +103,9 @@ jam-files/bjam jam-files/engine/bin.* jam-files/engine/bootstrap/ klm/lm/bin/ +klm/lm/builder/builder klm/lm/build_binary +klm/lm/ngram_query klm/lm/query klm/util/bin/ libtool @@ -122,6 +127,7 @@ phrasinator/gibbs_train_plm_notables previous.sh pro-train/mr_pro_map pro-train/mr_pro_reduce +python/build python/setup.py rampion/rampion_cccp rst_parser/mst_train |