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/misc
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2012-10-23 21:21:54 +0400
committerHieu Hoang <hieuhoang@gmail.com>2012-10-23 21:21:54 +0400
commit6baa3d7e95563f1a285dcd9879f4c903fc8c8a14 (patch)
treecde7230d58f5a8ba2a21ad0e46cf2970e82324b8 /misc
parentff0946dd3efb9300e9210646eaf1d3ea51bc33e4 (diff)
converting create_xml.perl to create_xml.cpp
Diffstat (limited to 'misc')
-rw-r--r--misc/Jamfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/Jamfile b/misc/Jamfile
index 7fdf2b875..7e103e5d3 100644
--- a/misc/Jamfile
+++ b/misc/Jamfile
@@ -10,10 +10,10 @@ local with-cmph = [ option.get "with-cmph" ] ;
if $(with-cmph) {
exe processPhraseTableMin : processPhraseTableMin.cpp ../moses/src//moses ;
exe processLexicalTableMin : processLexicalTableMin.cpp ../moses/src//moses ;
-# exe queryPhraseTableMin : queryPhraseTableMin.cpp ../moses/src//moses ;
+ exe queryPhraseTableMin : queryPhraseTableMin.cpp ../moses/src//moses ;
-# alias programsMin : processPhraseTableMin processLexicalTableMin queryPhraseTableMin ;
- alias programsMin : processPhraseTableMin processLexicalTableMin ;
+ alias programsMin : processPhraseTableMin processLexicalTableMin queryPhraseTableMin ;
+# alias programsMin : processPhraseTableMin processLexicalTableMin ;
}
else {
alias programsMin ;