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:
authorKenneth Heafield <kenlm@kheafield.com>2011-12-01 00:22:21 +0400
committerKenneth Heafield <kenlm@kheafield.com>2011-12-01 00:22:21 +0400
commit9ab49bced2b47e3be7e3e307d60a681505cf20c1 (patch)
tree52caffb63f72af3073290e130ed3d1d509d9b39c /scripts
parent297cc00c3a272a84d0f698a72af5ea68124fe28d (diff)
Assume people want all the executables and some examples installed. Also we're not in cvs anymore.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/.cvsignore1
-rw-r--r--scripts/Jamfile14
-rw-r--r--scripts/training/phrase-extract/Jamfile4
3 files changed, 7 insertions, 12 deletions
diff --git a/scripts/.cvsignore b/scripts/.cvsignore
deleted file mode 100644
index 0d20b6487..000000000
--- a/scripts/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-*.pyc
diff --git a/scripts/Jamfile b/scripts/Jamfile
index c8d307e39..48535faa3 100644
--- a/scripts/Jamfile
+++ b/scripts/Jamfile
@@ -38,23 +38,21 @@ if $(location) {
install ghkm : training/phrase-extract/extract-ghkm//extract-ghkm : <location>$(location)/training/phrase-extract/extract-ghkm/tools ;
install compactify : training/compact-rule-table//compactify : <location>$(location)/training/compact-rule-table/tools ;
- install phrase-extract : training/phrase-extract//released-programs : <location>$(location)/training/phrase-extract ;
+ install phrase-extract : training/phrase-extract//programs : <location>$(location)/training/phrase-extract ;
install lexical-reordering : training/lexical-reordering//score : <location>$(location)/training/lexical-reordering ;
install symal : training/symal//symal : <location>$(location)/training/symal ;
+ install biconcor : ems/biconcor//biconcor : <location>$(location)/ems/biconcor ;
+
if $(WITH-GIZA) != no {
install train-model : training//train-model.perl : <location>$(location)/training ;
- } else {
- alias train-model ;
}
install scripts :
- [ glob-tree README *.js *.pl *.perl *.py *.sh *.php : tests regression-testing other bin train_model.perl ]
- [ glob tokenizer/nonbreaking_prefixes/* ems/example/*.* ems/example/data/* ]
+ [ glob-tree README *.js *.pl *.perl *.pm *.py *.sh *.php : tests regression-testing other bin train_model.perl ]
+ [ glob tokenizer/nonbreaking_prefixes/* ems/example/*.* ems/example/data/* ems/web/* analysis/smtgui/* : ems/web/javascripts ]
+ generic/fsa-sample.fsa
ems/experiment.machines
ems/experiment.meta
- ems/web/setup
: <install-source-root>. <location>$(location) ;
-
- alias install : ghkm compactify phrase-extract lexical-reordering symal scripts train-model ;
}
diff --git a/scripts/training/phrase-extract/Jamfile b/scripts/training/phrase-extract/Jamfile
index 9d229a22f..369d8cc00 100644
--- a/scripts/training/phrase-extract/Jamfile
+++ b/scripts/training/phrase-extract/Jamfile
@@ -19,9 +19,7 @@ exe relax-parse : tables-core.cpp SyntaxTree.cpp XmlTree.cpp relax-parse.cpp ;
exe statistics : tables-core.cpp AlignmentPhrase.cpp statistics.cpp InputFileStream ;
-alias released-programs : extract extract-rules score consolidate ;
-
-alias programs : extract extract-rules extract-lex score consolidate consolidate-direct consolidate-direct consolidate-reverse relax-parse statistics ;
+alias programs : extract extract-rules extract-lex score consolidate consolidate-direct consolidate-reverse relax-parse statistics ;
install legacy : programs : <location>. <install-type>EXE ;