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 /OnDiskPt
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 'OnDiskPt')
-rw-r--r--OnDiskPt/src/Jamfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/OnDiskPt/src/Jamfile b/OnDiskPt/src/Jamfile
new file mode 100644
index 000000000..0787ee869
--- /dev/null
+++ b/OnDiskPt/src/Jamfile
@@ -0,0 +1 @@
+lib OnDiskPt : OnDiskWrapper.cpp SourcePhrase.cpp TargetPhrase.cpp Word.cpp Phrase.cpp PhraseNode.cpp TargetPhraseCollection.cpp Vocab.cpp ../../moses/src//moses ;