Commit Graph

15162 Commits

Author SHA1 Message Date
Prashant Mathur
6f75c31be2 Adding a new cache based translation model (thread safe) 2016-05-14 13:21:55 +02:00
Prashant Mathur
02027c14e8 Bug fixes for factored translation 2016-05-11 17:30:33 +02:00
Prashant Mathur
d379557cf2 Bug fix 2016-05-09 19:56:42 +02:00
Prashant Mathur
55144293a3 CBTM with additional feature scores: compiled version 2016-05-09 17:57:00 +02:00
Prashant Mathur
f7ccbfa9ab Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2016-05-09 13:38:21 +02:00
Michael Denkowski
faf1bd5046 Arg handling fixes for mert-moses.pl compatibility 2016-05-05 13:00:13 -04:00
Nadir
bb7263f0f9 Arabic Tokenizer 2016-05-04 16:20:55 +01:00
Prashant Mathur
ef3199de3e Fix the evaluate method for GLM. GLM should evaluate transopts after
initializing the input
2016-05-03 12:01:43 +02:00
Hieu Hoang
1c365788dc Merge pull request #152 from bicici/master
OSM and lmplz are both using -T as a parameter directive which causes error
2016-05-02 08:31:31 -04:00
bicici
482e8f744f Update config.basic 2016-05-01 12:00:01 +03:00
bicici
6edf6d2df2 Update config.basic 2016-05-01 11:47:44 +03:00
Ulrich Germann
4b4ae3242a Merge pull request #151 from amake/master
Fixes for build scripts
2016-04-30 12:48:05 +01:00
Ondrej Bojar
0c3108b8ad Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2016-04-28 22:11:35 +02:00
Ondrej Bojar
02f5beefbc minor fixes, warnings 2016-04-28 22:10:25 +02:00
Aaron Madlon-Kay
0ab80dc306 Fix PREFIX when overridden by command line argument
When PREFIX=... is provided, the `override` directive must be supplied
in order to actually use the *_PREFIX value. In practice this is only a
problem for IRSTLM, which is supposed to be in $PREFIX/irstlm-$VERSION.
2016-04-28 17:42:10 +09:00
Aaron Madlon-Kay
f4882f445a Allow specifying the opt dir location in compile.sh 2016-04-28 16:51:52 +09:00
Aaron Madlon-Kay
fc35efee09 Consistently use computed nproc value 2016-04-27 15:59:03 +09:00
Aaron Madlon-Kay
d377a04533 Fix parallelization (-j) of configure-make-install builds 2016-04-27 15:14:59 +09:00
Michael Denkowski
631e4845c1 Generic moses wrapper script
Useful for adding pre and post-processing steps to decoding in
mert-moses.pl and similar
2016-04-25 10:15:48 -07:00
Hieu Hoang
17800fda1d add old mteval 2016-04-23 20:08:18 +01:00
Hieu Hoang
7d96adb2a7 add script for acquis cleaning 2016-04-19 10:02:46 +01:00
Ulrich Germann
31c8946c8c Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2016-04-15 16:39:57 +01:00
Ulrich Germann
672a8178d0 Version-specific location for dependency irstlm. 2016-04-15 16:38:47 +01:00
Ulrich Germann
35c4abd874 Bug fix: make server interface recognize booleans encoded as proper xmlrpc_c::value_boolean when parsing requests. 2016-04-15 16:38:07 +01:00
michaelhutt
271aaa67da fixes train-model.perl when specifying 'union' alignment 2016-04-14 16:06:08 -04:00
MosesAdmin
7b205b0c8a daily automatic beautifier 2016-04-11 00:00:43 +01:00
Hieu Hoang
ba0a3d92f4 compile error on old linux machines (Redhat 6.2) 2016-04-10 16:25:17 +04:00
Hieu Hoang
2abb9a2779 eclipse 2016-04-10 12:48:11 +04:00
Hieu Hoang
657b08888c Merge https://github.com/msalameh83/mosesdecoder 2016-04-10 08:51:42 +01:00
msalameh83
9b0923d93c added dese-schemeoption; 2016-04-03 22:23:05 -06:00
msalameh83
fa36b602ec fix BeginSentence unsegLM score for optimistic 2016-04-03 16:55:21 -06:00
msalameh83
9b260d48c9 deseg initial commit 2016-04-01 11:53:54 -06:00
msalameh83
f23beaa27d deseg initial commit 2016-04-01 11:16:03 -06:00
Hieu Hoang
6a06e7776a eclipse 2016-04-01 14:06:41 +01:00
Hieu Hoang
7ab4de3a82 eclipse 2016-04-01 11:11:15 +01:00
Hieu Hoang
4e0b209a26 eclipse 2016-04-01 10:25:52 +01:00
Hieu Hoang
3e2c51095c guard 2016-04-01 10:25:21 +01:00
Hieu Hoang
24cf88061f update readme 2016-03-30 22:29:05 +01:00
Hieu Hoang
b8bc4a9fb6 use max_partial_trans_opt, not m_max_phrase_length 2016-03-28 23:58:06 +01:00
Lane Schwartz
923532982d Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-03-24 10:34:27 -05:00
Kenneth Heafield
31698d5eca Remove deprecated lazyken=0 settings. Should be load instead, but don't specify if it's the default. 2016-03-24 12:58:10 +00:00
Michael Denkowski
ab9e408f11 Merge pull request #147 from moses-smt/mert-multi-irst
Fix mert-moses multi-moses for IRSTLM
2016-03-23 23:40:05 -04:00
MosesAdmin
ab2be02eef daily automatic beautifier 2016-03-24 00:00:47 +00:00
michaelhutt
77a0b54960 removed invalid '--reduced' from cp command in OSM-Train.perl 2016-03-23 19:31:04 -04:00
Kenneth Heafield
8a083bc921 Missing #include <set> (which BTW probably shouldn't be used) 2016-03-23 22:46:54 +00:00
Kenneth Heafield
49165a370b Pull out my config structure, still need it to go outside the ConstructOSMLM function 2016-03-23 22:15:14 +00:00
Lane Schwartz
d45b357e11 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-03-23 17:03:31 -05:00
Kenneth Heafield
0665cb46e5 Chart decoding is supported by UTIL_THROW2, but not by OpSequenceModel 2016-03-23 21:31:47 +00:00
Kenneth Heafield
90b772734c Delete unnecessary virtual 2016-03-23 21:28:55 +00:00
Michael Denkowski
c8749aa69a Exit properly when callind moses with --show-weights 2016-03-23 16:37:15 -04:00