Commit Graph

486 Commits

Author SHA1 Message Date
Hieu Hoang
4d13377ce8 compile error 2017-01-07 20:36:41 +00:00
MosesAdmin
9fa538ce5c daily automatic beautifier 2017-01-06 00:00:50 +00:00
Lane Schwartz
171edca393 Merge 2017-01-05 15:53:04 -06:00
Lane Schwartz
1f744ecd9b Fixed a subtle possibly thread-related thread 2017-01-05 15:48:30 -06:00
MosesAdmin
80bd559757 daily automatic beautifier 2017-01-03 00:00:36 +00:00
Lane Schwartz
76a8850487 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2017-01-02 12:57:58 -06:00
Lane Schwartz
578e65298f Add InMemoryPerSentenceOnDemandLM 2017-01-02 12:57:52 -06:00
MosesAdmin
9519dca56f daily automatic beautifier 2016-11-15 00:00:37 +00:00
Hieu Hoang
5d960a2c59 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-11-14 23:43:50 +00:00
Hieu Hoang
a0b8c57070 error message 2016-11-14 23:43:19 +00:00
Lane Schwartz
05006bf1e2 Allow XML-RPC requests to update weights 2016-11-14 13:26:34 -06:00
Lane Schwartz
6bc376a843 Clean up code 2016-11-12 11:18:53 -06:00
MosesAdmin
f39252da9d daily automatic beautifier 2016-09-05 00:00:38 +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
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
MosesAdmin
2564e1f4ee daily automatic beautifier 2016-08-11 12:35:50 +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
ff8caa1226 Merge ../mosesdecoder into perf_moses2 2016-03-28 23:58:20 +01:00
Lane Schwartz
167def1d52 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-03-23 10:26:07 -05:00
Lane Schwartz
8893524339 Fixed bug 2016-03-23 10:25:57 -05:00
Hieu Hoang
e6bc481ee2 Merge ../mosesdecoder into perf_moses2 2016-02-21 23:09:46 +00:00
Kenneth Heafield
7a1baeecda load= option to KenLM exposing more load_method options 2016-02-20 00:07:48 +00:00
Hieu Hoang
974510d0ce Merge ../mosesdecoder into perf_moses2 2016-01-25 14:34:28 +00:00
MosesAdmin
7344877741 daily automatic beautifier 2016-01-14 00:00:42 +00:00
Lane Schwartz
6089017cd8 Factored out code in Ken.cpp 2016-01-12 16:05:00 -06:00
Lane Schwartz
f964385a3b ReloadingLM now runs, reloading model before each sentence is translated 2016-01-12 15:54:21 -06:00
Lane Schwartz
b8e5ca51cb No more double LM scores 2016-01-12 15:19:07 -06:00
Lane Schwartz
d58db287c3 ReloadingLM compiles and runs, but gives double the LM score it should 2016-01-12 14:36:14 -06:00
Lane Schwartz
f645511e5c Starting work on reloading LM 2016-01-12 12:44:39 -06:00
Hieu Hoang
f2c4bb53b2 Merge ../mosesdecoder into perf_moses2 2015-12-29 20:05:16 +00:00
michaelhutt
cf5d093c4f fixes parameter mismatch in LM::Load 2015-12-23 13:31:49 -05:00
Hieu Hoang
ffaf24419d Merge ../mosesdecoder into perf_moses2 2015-12-14 13:18:15 +00:00
Ulrich Germann
8b2f1ba529 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-12-13 22:31:58 +00:00
Ulrich Germann
bb6e0157aa Code cleanup and refactoring. 2015-12-13 22:31:43 +00:00
Hieu Hoang
1ba9af09fe Merge ../mosesdecoder into perf_moses2 2015-12-12 18:04:54 +00:00
Hieu Hoang
d21f62b8a8 SRI minor compile error 2015-12-12 18:02:52 +00:00
Hieu Hoang
8908fdb9bd Merge ../mosesdecoder into perf_moses2 2015-12-12 17:44:49 +00:00
MosesAdmin
10531d5f02 daily automatic beautifier 2015-12-12 00:00:41 +00:00
Hieu Hoang
b813f893da Merge ../mosesdecoder into perf_moses2 2015-12-11 20:39:21 +00:00
Hieu Hoang
d17fa2ea80 change DALM::Load() - minor compile error. Update eclipse project 2015-12-11 20:39:03 +00:00
Hieu Hoang
e5d3306519 Merge ../mosesdecoder into perf_moses2 2015-12-11 17:29:10 +00:00
Ulrich Germann
29694af6e4 Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
Ulrich Germann
240b88c683 Passing around AllOptions or references thereto everywhere,
strong them locally where appropriate, so that compontents can
become independent of StaticData once instantiated.
2015-12-09 23:05:00 +00:00
Ulrich Germann
fdb5d9b282 Code refactoring: All FF now get access to AllOptions at load time, so they don't have to rely on StaticData. 2015-12-08 12:56:55 +00:00
Hieu Hoang
042f304afc Merge ../mosesdecoder into perf_moses2 2015-12-04 23:41:52 +00:00
Phil Williams
7375d81e16 Fix a few compiler warnings (clang) 2015-11-27 12:20:38 +00:00
Hieu Hoang
533aff9d53 Merge ../mosesdecoder into perf_moses2 2015-11-26 20:52:02 +00:00
MosesAdmin
57a291421a daily automatic beautifier 2015-11-25 00:00:39 +00:00