Commit Graph

5557 Commits

Author SHA1 Message Date
Prashant Mathur
318c3b9b28 Interpret xml tags before translating in server mode. 2016-11-08 20:45:33 +01:00
Prashant Mathur
a31fe2e80c Merge remote-tracking branch 'upstream/master' 2016-11-08 12:09:10 +01:00
Michael Denkowski
25f0165db7 Actually support multiple output factors for XML-specified translations 2016-10-19 00:03:33 -04:00
Michael Denkowski
b1fb21ecf0 Support multiple output factors for XML-specified translations 2016-10-18 22:28:36 -04:00
Hieu Hoang
883cbc2a4f Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-10-06 16:27:26 +01:00
Hieu Hoang
d8362f8a55 compile error 2016-10-06 16:23:53 +01:00
MosesAdmin
871c64cec5 daily automatic beautifier 2016-10-06 15:14:56 +01:00
Hieu Hoang
b7f1b360be merge 2016-10-06 14:00:32 +01:00
Hieu Hoang
a2fd8d5b2c quering -> querying 2016-10-06 13:57:33 +01:00
Hieu Hoang
babc5acf70 check that pt exists 2016-10-06 13:48:06 +01:00
Hieu Hoang
fa888166c0 no segfault. yay 2016-10-06 13:10:55 +01:00
Hieu Hoang
7d7ae1b72c add StoreVocab 2016-10-05 16:43:04 +01:00
Hieu Hoang
0e4e64b26d getKey() -> Moses::getKey() 2016-10-05 16:26:33 +01:00
Hieu Hoang
041b13eb19 compiles but segfault 2016-10-05 15:32:56 +01:00
Hieu Hoang
2eea4dd5e0 compiles 2016-10-04 16:48:52 +01:00
Hieu Hoang
3a72b4958a update Moses::ProbingPT with Moses2::ProbingPT. Does not compile 2016-10-03 19:02:06 +01:00
MosesAdmin
5069aa4370 daily automatic beautifier 2016-10-03 17:24:24 +01:00
Hieu Hoang
8421a26188 return correct target phrases 2016-10-03 13:43:41 +01:00
Hieu Hoang
22423d45e2 lookup in size order for compact pt 2016-09-30 17:54:47 +01:00
MosesAdmin
f39252da9d daily automatic beautifier 2016-09-05 00:00:38 +01:00
Philipp Koehn
382cbf1113 Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2016-09-04 19:35:08 +01:00
Philipp Koehn
6e5da8cc2c reversing change: now compact phrase table memory mapping is turned on by default, can be turned off with -minphr-memory (as before 2015-12-12) 2016-09-04 19:31:51 +01:00
Hieu Hoang
aa20f0467e Merge pull request #161 from pakozm/master
Updated hashCode generation at NeuralLMWrapper.cpp
2016-09-04 12:25:23 +01:00
Hieu Hoang
0990d92ac8 return reference to object, not a copy 2016-08-18 22:45:45 +01:00
Hieu Hoang
aaf238a972 typo 2016-08-18 10:00:06 +01:00
Hieu Hoang
d196279be8 compile error on some gcc 2016-08-18 09:24:02 +01:00
Kenneth Heafield
632d0e7a27 Fix compiler warnings 2016-08-17 22:54:31 +01:00
Kenneth Heafield
c7de0dc624 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-08-17 22:44:24 +01:00
Kenneth Heafield
f260e432f5 Make lazyken accept false 2016-08-17 22:44:04 +01:00
Hieu Hoang
df790195d7 clang compile error 2016-08-13 14:09:26 +01:00
Hieu Hoang
bd0583e87c compile error on gcc 4.6.3 2016-08-13 11:37:31 +01:00
MosesAdmin
fbd2f221ad daily automatic beautifier 2016-08-13 00:00:39 +01:00
Michael Denkowski
3aedc0bf68 Standalone phrase distance feature
(Uses input coordinates populated by XML input and target phrase coordinates
 populated by phrase dictionary implementation)
2016-08-12 12:05:12 +02:00
Michael Denkowski
ae1e51d81a Support storing coordinates of target phrase
- Keep track of named spaces in StaticData
- Adding coords to phrases implemented for Mmsapt
2016-08-12 12:05:12 +02:00
Michael Denkowski
d29916bbb3 Roll back to just tracking coordinates in mmsapt
(distance wants to be a separate FF)
2016-08-12 12:05:12 +02:00
Michael Denkowski
5c2b8d843c Distance feature for mmsapt
- Make ttask visible to scorers
- Only track sentence ids if using distance feature
2016-08-12 12:05:12 +02:00
Michael Denkowski
a407452d39 XML option for sentence coordinates 2016-08-12 12:05:11 +02:00
Michael Denkowski
7db3fedc3b Track sentence ids in mmsapt sampling 2016-08-12 12:05:11 +02:00
MosesAdmin
2564e1f4ee daily automatic beautifier 2016-08-11 12:35:50 +01:00
Hieu Hoang
3e6cff6ed6 Merge ../mosesdecoder into perf_moses2 2016-07-22 09:35:45 +01:00
Hieu Hoang
76469df5aa compile error with gcc 4.4.7 2016-07-22 09:33:07 +01:00
Paco Zamora Martinez
1c8b1d6056 Updated hashCode generation at NeuralLMWrapper.cpp; changed it to consider the last n-1 words instead of the whole ngram n words 2016-07-08 18:31:17 +02:00
Hieu Hoang
65667ad322 Merge ../mosesdecoder into perf_moses2 2016-07-05 23:36:15 +01:00
Hieu Hoang
7f6ce67bac Merge pull request #155 from ypeels/master
avoid name collisions when filtering multiple reordering tables
2016-07-03 20:20:24 +01:00
Hieu Hoang
d2ce41b2b9 Merge ../mosesdecoder into perf_moses2 2016-06-29 21:33:37 +01:00
Hieu Hoang
03d8747e65 always print out memory and time 2016-06-29 21:32:21 +01:00
Hieu Hoang
e7e4a50db9 Merge ../mosesdecoder into perf_moses2 2016-06-29 10:42:39 +01:00
Hieu Hoang
a4e951e581 use Sentence input, even for hiero/syntax model. Doesn't crash server, but doesn't give the right output either 2016-06-28 19:29:26 -04:00
MosesAdmin
7e0bc639c1 daily automatic beautifier 2016-06-28 11:18:58 +01:00
Hieu Hoang
29d6824942 Merge ../mosesdecoder into perf_moses2 2016-06-28 11:16:33 +01:00
Hieu Hoang
ebae7ce520 move ConvertFromMoses() to Moses 2016-06-28 11:15:40 +01:00
Hieu Hoang
ad240a9f5b move Moses classes out of OnDiskPt - Word 2016-06-28 10:46:51 +01:00
Hieu Hoang
cef30724d5 move Moses classes out of OnDiskPt - TargetPhrase 2016-06-28 10:28:19 +01:00
Hieu Hoang
aca2db894c move Moses classes out of OnDiskPt 2016-06-28 10:08:30 +01:00
Hieu Hoang
2a6e5777fb Merge ../mosesdecoder into perf_moses2 2016-06-17 12:47:51 +01:00
Ulrich Germann
5282ad667c Global scope for VW training. 2016-06-16 14:22:58 +01:00
Prashant Mathur
e31bc247ea Merge branch 'master' of ssh://github.com/moses-smt/mosesdecoder 2016-06-15 05:33:42 -07:00
MosesAdmin
f895e09292 daily automatic beautifier 2016-06-07 18:20:39 +01:00
Hieu Hoang
b19e60eb13 Merge ../mosesdecoder into perf_moses2 2016-06-07 18:16:22 +01:00
Hieu Hoang
93dd29639a vector -> pair 2016-06-07 18:16:16 +01:00
Hieu Hoang
60b83e7963 debugging output for ReorderingConstraint 2016-06-07 17:24:33 +01:00
Hieu Hoang
81642a82c1 debugging zones. Work the same as moses 2016-06-07 17:23:31 +01:00
Hieu Hoang
747e416687 Merge ../mosesdecoder into perf_moses2 2016-06-07 16:26:34 +01:00
Ales Tamchyna
44c9e6db17 Merge branch 'vw_tgtcontext' of github.com:moses-smt/mosesdecoder 2016-06-07 17:14:16 +02:00
Hieu Hoang
b75ef6f619 Merge ../mosesdecoder into perf_moses2 2016-06-04 12:45:30 +01:00
MosesAdmin
ea306f62b7 daily automatic beautifier 2016-06-02 00:00:39 +01:00
Hieu Hoang
1c9220049b Merge ../mosesdecoder into perf_moses2 2016-06-01 21:03:37 +01:00
Marcin Junczys-Dowmunt
73ffe51bd8 Added Grammatical Error Correction specific scorer (M^2) and features 2016-06-01 18:36:43 +02:00
Hieu Hoang
36812013bf Merge ../mosesdecoder into perf_moses2 2016-05-31 14:36:15 +01:00
MosesAdmin
33932a0fc9 daily automatic beautifier 2016-05-30 00:00:33 +01:00
Philipp Koehn
942eb5a8b1 allow configuration of operation sequence model loading, allow specification of KENLM/OSM loading in experiment.perl / train-model.perl 2016-05-29 11:46:42 -04:00
Philipp Koehn
227e54162a corrected segment time out implementation 2016-05-29 11:44:31 -04:00
MosesAdmin
a18c6746a0 daily automatic beautifier 2016-05-28 00:00:33 +01:00
Philipp Koehn
c11a533f14 added segment level time out 2016-05-27 05:39:42 -04:00
Philipp Koehn
65810a3862 do not crash on bad XML 2016-05-27 04:07:37 -04:00
Hieu Hoang
0e4af190a3 Merge ../mosesdecoder into perf_moses2 2016-05-23 17:20:10 +01:00
Jonathan Chen
5b42fb9c05 removed duplicated option 2016-05-17 11:42:10 -05:00
Ales Tamchyna
7c5bb9328c less verbosity in VW 2016-05-17 13:16:09 +02:00
Hieu Hoang
dd6daf7719 Merge ../mosesdecoder into perf_moses2 2016-05-16 11:14:12 -04:00
Prashant Mathur
9e3bb2b926 bug fix 2016-05-14 14:02:29 +02:00
Prashant Mathur
95cebdad0c removing debug statements 2016-05-14 13:31:12 +02:00
Prashant Mathur
6f75c31be2 Adding a new cache based translation model (thread safe) 2016-05-14 13:21:55 +02:00
michaelhutt
9945502e50 fixes std::bad_alloc in processPhraseTableMin for large models
+ only seems to affect the Intel compiler at O3
2016-05-12 16:44:09 -04:00
Prashant Mathur
02027c14e8 Bug fixes for factored translation 2016-05-11 17:30:33 +02:00
MosesAdmin
3068ac254f daily automatic beautifier 2016-05-11 00:00:37 +01: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
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
c9a07dd25c Merge ../mosesdecoder into perf_moses2 2016-04-15 20:04:26 +04:00
Ulrich Germann
31c8946c8c Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2016-04-15 16:39:57 +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
Hieu Hoang
1ff1d04f76 Merge ../mosesdecoder into perf_moses2 2016-04-12 23:04:51 +04:00
MosesAdmin
7b205b0c8a daily automatic beautifier 2016-04-11 00:00:43 +01:00
Hieu Hoang
fa92641061 Merge ../mosesdecoder into perf_moses2 2016-04-10 12:41:57 +04:00
Hieu Hoang
657b08888c Merge https://github.com/msalameh83/mosesdecoder 2016-04-10 08:51:42 +01:00
Ales Tamchyna
2a58011d37 vw corner cases when looking inside factors 2016-04-04 16:32:39 +02:00
Ales Tamchyna
90f6f4d4a7 vw context bigram features; support using tag subsets as features in VW 2016-04-04 15:22:43 +02: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