Commit Graph

5502 Commits

Author SHA1 Message Date
Lane Schwartz
999d6b6371 Added labelled score breakdown to translation options in TranslationRequest.
This will enable a client to get the feature value(s) associated with a particular feature for a particular translation option
2017-01-02 12:52:01 -06:00
Lane Schwartz
05006bf1e2 Allow XML-RPC requests to update weights 2016-11-14 13:26:34 -06:00
Lane Schwartz
c854df84cb Add per-sentence on-demand translation model.
This translation model reads its phrase table from a TranslationTask object's ContextScope.

This data can come from, for example, a mosesserver XML-RPC client.
2016-11-12 11:31:43 -06:00
Lane Schwartz
988038af68 Moses server can now accept and store data associated with a "context-scope" key 2016-11-12 11:28:26 -06:00
Lane Schwartz
6bc376a843 Clean up code 2016-11-12 11:18:53 -06: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