Commit Graph

11727 Commits

Author SHA1 Message Date
Nadir Durrani
d90aaf1018 Z 2014-04-16 17:40:49 +01:00
Nadir Durrani
912651ac3b Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2014-04-16 17:30:14 +01:00
Nadir Durrani
5e3e50d4ec In-Decoding Transliteration Module 2014-04-16 17:28:49 +01:00
Ulrich Germann
26454afef7 Added -b switch to pretokenizer to allow disabling of buffering. 2014-04-16 03:28:16 +01:00
Ulrich Germann
fbb4b59084 Added option to disable output buffering to split-sentences.perl. 2014-04-16 02:40:23 +01:00
Phil Williams
66d0fe81e2 moses_chart: add ChartKBestExtractor (not enabled yet)
Implements algorithm 3 from Huang and Chiang (2005)
2014-04-15 17:34:21 +01:00
Ulrich Germann
abfbd936d7 Merge branch 'dynamic-phrase-tables' of file:///fs/sif0/germann/git/mosesdecoder into dynamic-phrase-tables 2014-04-14 00:12:21 +01:00
Ulrich Germann
67183fa6a6 Made run-single-test.perl record the command line for each test to facilitate debugging. 2014-04-12 22:16:01 +01:00
Ulrich Germann
27d233796d Bug fix in Word::CreateFromString(...). 2014-04-12 22:10:40 +01:00
Hieu Hoang
75213181ae Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-04-12 17:20:49 +02:00
Hieu Hoang
46cef770b7 add header allowOrigin * 2014-04-12 17:20:34 +02:00
Ulrich Germann
f85bf72a8e Merge branch 'master' into dynamic-phrase-tables
Conflicts:
	moses/TranslationModel/UG/mmsapt.cpp
2014-04-11 19:24:37 +01:00
Ulrich Germann
edf6ea4fc2 run-single-test.perl now logs the command line in the test, to facilitate debugging when tests fail. 2014-04-11 18:32:28 +01:00
Ulrich Germann
b7f2e18efc Rewrite of Word::CreateFromString() to accommodate elimination of
ConfusionNet::String2Word().
2014-04-11 15:24:52 +01:00
Ulrich Germann
1a380b9a8a Fixed typo 2014-04-11 12:29:32 +01:00
Hieu Hoang
e347020049 add FF ReferenceComparison 2014-04-11 11:03:50 +01:00
Hieu Hoang
0ec2fe0169 add FF RuleAmbiguity 2014-04-11 10:42:38 +01:00
Hieu Hoang
1e116a21ae add FF RuleAmbiguity 2014-04-11 10:29:57 +01:00
Hieu Hoang
9644a30858 add FF RuleAmbiguity 2014-04-11 10:22:03 +01:00
Ulrich Germann
24545ba1de Changes due to new pure virtual function in PhraseTable. 2014-04-11 04:28:34 +01:00
Ulrich Germann
84a72198d1 Shortcut in Word::CreateFromString() didn't work. 2014-04-11 00:37:38 +01:00
Hieu Hoang
1686686e65 start on FF ReferenceComparison 2014-04-10 21:47:06 +01:00
Hieu Hoang
91d6bfe0d5 start on FF ReferenceComparison 2014-04-10 21:34:34 +01:00
Kenneth Heafield
40c819d285 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-04-09 10:03:02 -07:00
Kenneth Heafield
c61231fad9 Fix BackwardTest failure which was just compiler-drive differences in floating point precision.
BOOST_CHECK_CLOSE's tolerance is proportional to the value on the left, so 0.0 has zero tolerance.  Changed to an explicit range.
2014-04-09 10:01:19 -07:00
Hieu Hoang
65326f205f -stack 0 means no stack pruning 2014-04-09 10:33:33 +01:00
Hieu Hoang
0e98f1bc06 bug in ControlRecombinationState 2014-04-09 09:59:52 +01:00
Hieu Hoang
af408f4228 eclipse 2014-04-08 22:09:43 +01:00
Hieu Hoang
4c634023ce add FF CountNonTerms 2014-04-08 17:19:26 +01:00
Ulrich Germann
21f141ce0d Merge branch 'master' into dynamic-phrase-tables
Conflicts:
	moses/InputPath.cpp
	moses/Word.cpp
2014-04-08 14:58:29 +01:00
Ulrich Germann
ad678ac0ec Replaced calls to String2Word by calls to Word::CreateFromString(). String2Word is deprecated (code duplication) and should be removed. Some reformatting for readability. 2014-04-08 12:44:21 +01:00
Ulrich Germann
43a51bb5d7 Some reformatting for readability. Special check for factor-less operation in Word::CreateFromString(). 2014-04-08 12:43:21 +01:00
Ulrich Germann
f82e79d237 Replaced calls to String2Word by calls to Word::CreateFromString(). String2Word is deprecated (code duplication) and should be removed. 2014-04-08 12:41:30 +01:00
Hieu Hoang
f507c0f82d output correct source non-term from on-disk phrase-table 2014-04-07 17:23:13 +01:00
Hieu Hoang
2ea2224ba1 output source side of rule, if available 2014-04-07 12:00:13 +01:00
Hieu Hoang
09dc0e9913 add FF/SetSourcePhrase 2014-04-06 16:57:54 +01:00
Ulrich Germann
872facd171 Avoid errors in truecaser if input isn't factored and contains vertical bars. 2014-04-05 15:39:00 +01:00
Hieu Hoang
a17bead267 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-04-05 14:48:41 +01:00
Hieu Hoang
b7b502fbf5 eclipse 2014-04-04 22:34:38 +01:00
Rico Sennrich
395285d879 more logging for incremental chart search 2014-04-04 15:54:48 +01:00
Hieu Hoang
59098ac664 merge 2014-04-04 11:20:06 +01:00
Hieu Hoang
ee03e0f0e3 meteor scorer requires FDStream. Only gcc 2014-04-03 23:35:04 +01:00
Hieu Hoang
afb3d01344 eclipse 2014-04-03 23:27:08 +01:00
Hieu Hoang
b5784c9c77 eclipse 2014-04-03 23:23:21 +01:00
Hieu Hoang
5297620e8e eclipse 2014-04-03 23:15:05 +01:00
Hieu Hoang
f6956bfe99 eclipse 2014-04-03 23:14:19 +01:00
Ulrich Germann
b1b9f6cfa2 Additions / changes to Moses server so that it can be used for Moses tuning. 2014-04-03 20:38:14 +01:00
Ulrich Germann
467b5d93e8 Additions / changes to mosesserver.cpp so that it can be used in parameter tuning. 2014-04-03 20:35:26 +01:00
Ulrich Germann
aa1d942175 Reformatting for readability. 2014-04-03 20:35:02 +01:00
Ulrich Germann
8c04078d14 Reformatting for readability. 2014-04-03 20:33:40 +01:00