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 <github@kheafield.com>2011-11-18 18:37:01 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-18 18:37:01 +0400
commit5c9b28c55abc3ecf45fc07481f93151c58df2520 (patch)
treebe7715b60136c38fe6945e9bf5098620510bc375 /moses-chart-cmd
parent380b6c71971c308ba06cacbb9f3add6ba26e9d4c (diff)
Introducing Jamfiles
Currently supports kenlm, irstlm, and srilm options. bjam [--with-srilm=/path/to/sri] [--with-irstlm=/path/to/irst] -j8 Places binaries in dist/ that pass regression tests.
Diffstat (limited to 'moses-chart-cmd')
-rw-r--r--moses-chart-cmd/src/Jamfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses-chart-cmd/src/Jamfile b/moses-chart-cmd/src/Jamfile
new file mode 100644
index 000000000..9e4b6d74c
--- /dev/null
+++ b/moses-chart-cmd/src/Jamfile
@@ -0,0 +1 @@
+exe moses_chart : Main.cpp mbr.cpp IOWrapper.cpp TranslationAnalysis.cpp ../../moses/src//moses ../../OnDiskPt/src//OnDiskPt ;