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
path: root/lm
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2016-03-08 13:13:52 +0300
committerKenneth Heafield <github@kheafield.com>2016-03-08 13:13:52 +0300
commit168baf281ca0c3e8bb9fe5504c8c5e4d30140520 (patch)
tree3ba9319aabcfc2c711aac34aa59552cfa85f7104 /lm
parentae5ad8a49e81f94e2fd939ace67ba0f4f4aca96b (diff)
Compile phrase_table_vocab
Diffstat (limited to 'lm')
-rw-r--r--lm/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lm/Jamfile b/lm/Jamfile
index a479e2d35..c3be31274 100644
--- a/lm/Jamfile
+++ b/lm/Jamfile
@@ -37,4 +37,4 @@ for local p in [ glob *_main.cc ] {
exes += $(name) ;
}
-alias programs : $(exes) filter//filter builder//dump_counts : <threading>multi:<source>builder//lmplz ;
+alias programs : $(exes) filter//filter filter//phrase_table_vocab builder//dump_counts : <threading>multi:<source>builder//lmplz ;