mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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/
11 lines
395 B
Text
11 lines
395 B
Text
--- 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 = ;
|