Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lm/filter/Jamfile')
-rw-r--r--lm/filter/Jamfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lm/filter/Jamfile b/lm/filter/Jamfile
index adee3d233..bcf62da78 100644
--- a/lm/filter/Jamfile
+++ b/lm/filter/Jamfile
@@ -3,3 +3,5 @@ fakelib lm_filter : phrase.cc vocab.cc arpa_io.cc ../../util//kenutil : <threadi
obj main : filter_main.cc : <threading>single:<define>NTHREAD <include>../.. ;
exe filter : main lm_filter ../../util//kenutil ..//kenlm : <threading>multi:<library>/top//boost_thread ;
+
+exe phrase_table_vocab : phrase_table_vocab_main.cc ../../util//kenutil ;