diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-09-02 13:42:23 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-09-02 13:42:23 +0000 |
commit | fbaaa3b5eecb309fef8eb1e81fc53cfb3be5aabe (patch) | |
tree | 7c3e05d70228eae78e3258a3c86ddac56e4316fb /math/mosesdecoder/files/patch-lm-Jamfile | |
parent | Commit the changes to devel/cmake's Makefile that should've been part of r366... (diff) |
New port: mosesdecoder.
Moses is a statistical machine translation system that allows you to
automatically train translation models for any language pair. All you
need is a collection of translated texts (parallel corpus). Once you have a
trained model, an efficient search algorithm quickly finds the highest
probability translation among the exponential number of choices.
WWW: http://www.statmt.org/moses/
Diffstat (limited to 'math/mosesdecoder/files/patch-lm-Jamfile')
-rw-r--r-- | math/mosesdecoder/files/patch-lm-Jamfile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/mosesdecoder/files/patch-lm-Jamfile b/math/mosesdecoder/files/patch-lm-Jamfile new file mode 100644 index 000000000000..70c7ddf2888c --- /dev/null +++ b/math/mosesdecoder/files/patch-lm-Jamfile @@ -0,0 +1,11 @@ +--- lm/Jamfile.orig 2014-03-03 19:07:02.000000000 +0400 ++++ lm/Jamfile 2014-09-02 16:09:24.000000000 +0400 +@@ -17,8 +17,6 @@ + + import testing ; + +-run left_test.cc kenlm /top//boost_unit_test_framework : : test.arpa ; +-run model_test.cc kenlm /top//boost_unit_test_framework : : test.arpa test_nounk.arpa ; + run partial_test.cc kenlm /top//boost_unit_test_framework : : test.arpa ; + + exes = ; |