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 <fishandfrolick@gmail.com>2012-12-18 14:23:00 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-12-18 14:23:00 +0400
commitaa00aebee6c39db05c5a5067aa15d23c38105c0d (patch)
tree3f9958a41a20a7848c9fe38e7a7c10b22570ec7d /misc/Jamfile
parent667b8a495f4e9a2bd677340919a6545d7e8a8c55 (diff)
rewrite reuse-weight
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 eb6b9910a..992a136e2 100644
--- a/misc/Jamfile
+++ b/misc/Jamfile
@@ -6,6 +6,8 @@ exe queryPhraseTable : queryPhraseTable.cpp ../moses//moses ;
exe queryLexicalTable : queryLexicalTable.cpp ../moses//moses ;
+exe reuse-weights : reuse-weights.cpp ../moses//moses ;
+
local with-cmph = [ option.get "with-cmph" ] ;
if $(with-cmph) {
exe processPhraseTableMin : processPhraseTableMin.cpp ../moses//moses ;
@@ -19,4 +21,4 @@ else {
alias programsMin ;
}
-alias programs : processPhraseTable processLexicalTable queryPhraseTable queryLexicalTable programsMin ;
+alias programs : processPhraseTable processLexicalTable queryPhraseTable queryLexicalTable programsMin reuse-weights ;