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/
This commit is contained in:
Dmitry Sivachenko
2014-09-02 13:42:23 +00:00
parent 9cf4c16732
commit fbaaa3b5ee
9 changed files with 345 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- Jamroot.orig 2014-09-02 16:03:01.000000000 +0400
+++ Jamroot 2014-09-02 16:04:17.000000000 +0400
@@ -77,7 +77,6 @@
external-lib z ;
lib dl : : <runtime-link>static:<link>static <runtime-link>shared:<link>shared ;
-requirements += <library>dl ;
if ! [ option.get "without-tcmalloc" : : "yes" ] && [ test_library "tcmalloc_minimal" ] {