Commit Graph

14800 Commits

Author SHA1 Message Date
Ulrich Germann
9826599cb0 Enforce const-ness of command line arguments; bug fix in mosesserver.cpp. 2015-11-11 01:08:05 +00:00
Ulrich Germann
d727829387 Merge branch 'master' of https://github.com/modernmt/mosesdecoder
Conflicts:
	moses/parameters/InputOptions.cpp
	moses/parameters/InputOptions.h
2015-11-10 23:05:13 +00:00
Ulrich Germann
806f888c10 Moved placeholder factor variable from StaticData to InputOptions. 2015-11-10 21:44:48 +00:00
Ulrich Germann
2ae2aee953 Indentation. 2015-11-10 20:42:17 +00:00
Ulrich Germann
bd2d24cbb8 Integrated more finegrained abyss server control from mosesserver.cpp; mosesserver is now officially deprecated. 2015-11-10 20:30:06 +00:00
Ulrich Germann
394a26222d Missing variable initialization. 2015-11-10 20:26:57 +00:00
MosesAdmin
1360529667 daily automatic beautifier 2015-11-10 00:00:41 +00:00
Michael Denkowski
9468ca3564 Support default-scores option when using mmsapt reordering 2015-11-09 11:54:33 -05:00
Hieu Hoang
cff712c97e local variable masking class variable 2015-11-09 16:38:32 +00:00
Hieu Hoang
e0b4d1c8c7 beautify 2015-11-09 15:00:24 +00:00
Hieu Hoang
32e29d6b8a Consistent naming: m_futureScore --> m_estimatedScore 2015-11-09 13:40:31 +00:00
Hieu Hoang
d0be56f8ab Consistent naming: total score -> m_futureScore 2015-11-09 12:44:39 +00:00
Hieu Hoang
176573c072 Consistent naming: m_futureScore --> m_estimatedScore 2015-11-09 12:23:43 +00:00
Hieu Hoang
09bf755305 change http -> https /Michael Hutt 2015-11-07 11:11:42 +00:00
Michael Denkowski
fb7be206ed Copy extra scores when merging phrases in PhraseDictionaryGroup
This adds compatibility for lr-func in member mmsapts
2015-11-06 12:54:14 -05:00
Hieu Hoang
bd4755a7fe compile error without XMLRPC-C 2015-11-06 09:44:52 -05:00
Hieu Hoang
3727d3b2d6 explicit default constructor. Just in case 2015-11-05 13:41:16 +00:00
Hieu Hoang
6b35fd3108 non-initialised default constructor 2015-11-05 11:36:21 +00:00
Hieu Hoang
befd1a4ebb compile.sh works on osx 2015-11-05 09:09:34 +00:00
Hieu Hoang
50d77a921b script to compile and upload binaries 2015-11-05 00:22:40 +00:00
Ulrich Germann
b733804fdc Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into mmt-dev 2015-11-04 18:25:32 +00:00
Ulrich Germann
7fa5ebc2e4 Avoid lines in moses.ini files that have been commented out. 2015-11-04 18:25:00 +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
55f600531f Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into mmt-dev 2015-11-03 19:36:56 +00:00
Ulrich Germann
d773ad428e More options cleanup. 2015-11-03 19:36:43 +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