Commit Graph

14753 Commits

Author SHA1 Message Date
MosesAdmin
f38976aba0 daily automatic beautifier 2015-11-02 00:00:37 +00:00
Ulrich Germann
8424fb6e2a Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
Conflicts:
	moses/LM/IRST.cpp
2015-11-01 15:37:36 +00:00
Ulrich Germann
e9b1c6019b Improved reporting of nbest scores via server interface. 2015-11-01 14:53:16 +00:00
Hieu Hoang
edd1b6a089 touch 2015-10-31 18:14:47 +00:00
Hieu Hoang
d3d6b865d7 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2015-10-31 17:54:33 +00:00
Hieu Hoang
e16b496f77 touch 2015-10-31 17:53:22 +00:00
MosesAdmin
4168429aac daily automatic beautifier 2015-10-31 17:14:47 +00:00
Ulrich Germann
ff1977c29e Merge branch 'mmt-dev' 2015-10-31 13:36:40 +00:00
Ulrich Germann
d6df7f4a16 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-10-31 13:15:08 +00:00
Ulrich Germann
87822499c0 Merge branch 'mmt-dev' of https://github.com/ModernMT/mosesdecoder into mmt-dev 2015-10-31 12:53:43 +00:00
Ulrich Germann
324c378f7f Options refactoring. Moses crashed in server mode when asked to provide n-best translations with scores. 2015-10-31 12:50:52 +00:00
Jun-ya Norimatsu
690a948e9e test chart passed. 2015-10-31 19:23:59 +09:00
Jun-ya Norimatsu
b0bc978325 Phrase based model passes. 2015-10-31 18:51:48 +09:00
Ulrich Germann
dc8ad89945 More analysis tools; work in progress. 2015-10-30 14:32:12 +00:00
Ulrich Germann
b40bc81811 Made a few things compile with Makefile outside of the bjam compile. 2015-10-30 14:31:24 +00:00
nicolabertoldi
c8cc11dbd3 restored the not-adaptive version of moses 2015-10-28 23:22:08 +01:00
nicolabertoldi
c013dbbabe changes to resolve compilation issue with g++.4.4.7 2015-10-28 22:26:18 +01:00
Ulrich Germann
07c8614877 Once set, context weights are now always const on the ContextScope. 2015-10-28 13:01:11 +00:00
Ulrich Germann
e3d5c477df Minor code cleanup. 2015-10-28 13:00:21 +00:00
Ulrich Germann
1b8fc53174 Bug fix. 2015-10-28 12:59:35 +00:00
Hieu Hoang
617f331833 note to self in case i forget again in future 2015-10-28 12:45:50 +00:00
Ulrich Germann
34762f8c17 1. Bug fix: DocumentBias didn't store the map from doc names to doc weights in m_bias_map;
2. getBiasMap() now returns a shared pointer to the context weights / bias map
   instead of a reference.
2015-10-28 12:37:52 +00:00
Ulrich Germann
9db9492294 Bug fix related to where context weights live. 2015-10-28 11:18:06 +00:00
Ulrich Germann
6a2e6feeed Context weights now live in the ContextScope, not any more on TranslationTask.
TargetPhrase now has weak ptr to ContextScope, not to TranslationTask any more,
because TargetPhrases can outlive the scope of a Translation Task.
2015-10-28 10:26:41 +00:00
Ulrich Germann
50c1096996 Missing variable initialization. 2015-10-28 10:26:05 +00:00
Ulrich Germann
33892cfb8a Added #define for boost::weak_ptr. 2015-10-28 10:25:32 +00:00
Ulrich Germann
951bebb037 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-10-28 00:28:16 +00:00
Ulrich Germann
143d05fa4b Ignoring directories doxy (doxygen output) and opt (3rd-party dependencies). 2015-10-28 00:26:00 +00:00
Ulrich Germann
7d7c8bfadf Removed submodule mmt. 2015-10-28 00:09:18 +00:00
Ulrich Germann
8985cac7be Changes in submodule regtest. 2015-10-27 23:58:30 +00:00
Ulrich Germann
372d8bd267 Update to doxygen.conf. 2015-10-27 23:57:51 +00:00
Michael Denkowski
9f28bf5619 Specify "zero" values for feature scores for PhraseDictionaryGroup
User-specified default scores for when models in the group do not
contain a phrase pair.
2015-10-27 14:35:45 -04:00
Ulrich Germann
42eb461fb4 Updated config file for doxygen. 2015-10-27 18:31:14 +00:00
Michael Denkowski
1e49d13e49 Consistent tie-breaking for cbds 2015-10-27 11:32:57 -04:00
MosesAdmin
ec8dbdb94a daily automatic beautifier 2015-10-27 00:00:59 +00:00
Ulrich Germann
ca71a28d61 Convenience scripts for compiling and regression testing. 2015-10-26 18:26:56 +00:00
Ulrich Germann
edff4822c0 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-10-26 18:23:43 +00:00
Ulrich Germann
8e1f21d38e Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-10-26 17:58:16 +00:00
Michael Denkowski
d3f3389f20 More deterministic tie-breaking for cube pruning (--cbds)
Doesn't slow down regular non-deterministic cube pruning
2015-10-26 12:42:42 -04:00
Phil Williams
6a37dfd2ce Add a wrapper script for parsing English text with the BLLIP parser 2015-10-26 16:18:54 +00:00
Phil Williams
8a41bad9aa Separate SVertexRecombination{EqualityPred,Hasher} classes 2015-10-26 15:57:07 +00:00
MosesAdmin
1b09fe5a72 daily automatic beautifier 2015-10-26 12:52:18 +00:00
Hieu Hoang
cd9ff30b42 more unit test failures 2015-10-26 12:51:18 +00:00
Hieu Hoang
eba9bddc89 unit test. Doesn't run on my machine 2015-10-26 12:25:30 +00:00
MosesAdmin
f82a79d596 daily automatic beautifier 2015-10-26 12:23:43 +00:00
Hieu Hoang
692d4c3f32 beautify 2015-10-26 12:03:54 +00:00
Hieu Hoang
20e3827ed2 make Bitmap constructor explicit in case we accidently create a copy during cube pruning algorithm 2015-10-26 11:59:20 +00:00
Hieu Hoang
a811166a1a compile error 2015-10-26 11:38:54 +00:00
Hieu Hoang
1258f81555 use bitmap* for comparison. can compare Bitmap* 'cos all bitmaps are created from bitmaps factory class. MUST ensure this is the case 2015-10-26 11:35:09 +00:00
Hieu Hoang
d30a10e52c revert using pointers and references in cube pruning classes, instead create bitmap. Faster, at least for single threaded operation. Kinda strange 2015-10-26 11:25:01 +00:00