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:
10
math/mosesdecoder/files/patch-Jamroot
Normal file
10
math/mosesdecoder/files/patch-Jamroot
Normal 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" ] {
|
||||
Reference in New Issue
Block a user