Commit Graph

14774 Commits

Author SHA1 Message Date
MosesAdmin
0804f69776 daily automatic beautifier 2015-11-05 00:00:36 +00:00
Ulrich Germann
9d7f62c05b Merge branch 'master' of http://github.com/moses-smt/mosesdecoder 2015-11-04 18:12:58 +00:00
Ulrich Germann
ec1ef78d51 Reduction in number of #ifdef HAVE_XMLRPC_C, as per Hieu's request. 2015-11-04 18:12:49 +00:00
Ulrich Germann
c435e46560 Moved implementation of server-specific member functions of Hypothesis class into a separate file. 2015-11-04 17:32:12 +00:00
Ulrich Germann
3ad35a72ec Missing parameter initialization; parentheses around bool assignments subsequently used as condition. 2015-11-04 17:21:14 +00:00
Michael Denkowski
3366374d0e Looks like this wanted to be commented out prior to commit 2015-11-04 12:19:21 -05:00
Hieu Hoang
4078c30a42 estimatedScore -> estimatedScores 2015-11-04 15:10:45 +00:00
Hieu Hoang
e87dd15f4a equality comparison using pointers 2015-11-04 10:54:46 +00:00
MosesAdmin
0db2f8312a daily automatic beautifier 2015-11-04 00:00:37 +00:00
Hieu Hoang
b5d914134a move beats() out of #ifdef region 2015-11-03 20:56:37 +00:00
Hieu Hoang
c5c08993de Merge branch 'master' of github.com:moses-smt/mosesdecoder 2015-11-03 19:56:32 +00:00
Ulrich Germann
876fe6a412 Added some deterministic tie-breaking to CompareHypothesisTotalScore(). 2015-11-03 19:01:20 +00:00
Hieu Hoang
9b56e63d51 eclipse. And more #ifdef HAVE_XMLRPC_C 2015-11-03 19:00:58 +00:00
Hieu Hoang
6be932c1f7 consistent naming of future scores, estimated scores 2015-11-03 09:41:59 +00:00
Hieu Hoang
ee5b190d43 consistent naming of future scores, estimated scores 2015-11-03 05:55:26 +00:00
MosesAdmin
ad009e575f daily automatic beautifier 2015-11-03 00:00:58 +00:00
Ulrich Germann
9dc31e197b Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-11-02 21:25:48 +00:00
Ulrich Germann
f02c7caa18 Bug fix: yet another reference to StaticData that needed to go. 2015-11-02 18:19:55 +00:00
Hieu Hoang
273ad667c2 Move square matrix init into class 2015-11-02 14:35:16 +00:00
Ulrich Germann
840d28b735 Formatting. 2015-11-02 14:29:50 +00:00
Ulrich Germann
2d5b98c3a8 Forking caused problems ...
... because parent wouldn't wait for children to finish. Since indexing is
multi-threaded now anyway, I removed the forking.
2015-11-02 14:28:05 +00:00
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