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:
authorHieu Hoang <hieuhoang@gmail.com>2015-06-24 13:56:37 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-06-24 13:56:37 +0300
commit0d34023aad0dbf28c28bcc17876b4016b5b1b3ea (patch)
treeceb7961ea1afccfde7cadad61d4df80a40d634ac /misc/Jamfile
parent58f0187e8bd3a49f894cf1815df510d151c46410 (diff)
prune generation table
Diffstat (limited to 'misc/Jamfile')
-rw-r--r--misc/Jamfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/Jamfile b/misc/Jamfile
index bfea14d58..46a18e253 100644
--- a/misc/Jamfile
+++ b/misc/Jamfile
@@ -14,6 +14,8 @@ exe 1-1-Extraction : 1-1-Extraction.cpp ..//boost_filesystem ../moses//moses ;
exe prunePhraseTable : prunePhraseTable.cpp ..//boost_filesystem ../moses//moses ..//boost_program_options ;
+exe pruneGeneration : pruneGeneration.cpp ..//boost_filesystem ../moses//moses ..//boost_program_options ;
+
local with-cmph = [ option.get "with-cmph" ] ;
if $(with-cmph) {
exe processPhraseTableMin : processPhraseTableMin.cpp ..//boost_filesystem ../moses//moses ;
@@ -46,6 +48,6 @@ $(TOP)//boost_iostreams
$(TOP)//boost_program_options
;
-alias programs : 1-1-Extraction TMining generateSequences processLexicalTable queryLexicalTable programsMin programsProbing merge-sorted prunePhraseTable ;
+alias programs : 1-1-Extraction TMining generateSequences processLexicalTable queryLexicalTable programsMin programsProbing merge-sorted prunePhraseTable pruneGeneration ;
#processPhraseTable queryPhraseTable