Commit Graph

14459 Commits

Author SHA1 Message Date
Ulrich Germann
764780ea26 Merge branch 'master' of http://github.com/moses-smt/mosesdecoder 2015-09-01 23:42:29 +01:00
Matthias Huck
9fd0486815 score-main: Seems like the list container is causing substantial efficiency issues.
Phrase scoring apparently takes hours longer in some cases. Switch back to vector.
2015-08-29 04:48:09 +01:00
Rico Sennrich
12439215d0 compile NPLM objects with single precision
(for compatibility with nplm commit 9dea3fe)
2015-08-27 14:15:49 +01:00
Hieu Hoang
a16d118a95 eclipse 2015-08-27 15:39:28 +04:00
Kenneth Heafield
09ecd071f9 KenLM 2a3e8fae3633c890cb3b342d461f9130c8e343fa excluding unfinished interpolation directory 2015-08-27 10:55:52 +01:00
Kenneth Heafield
380b5a5dfd Remove unused variable 2015-08-27 10:50:56 +01:00
MosesAdmin
8e162ce75c daily automatic beautifier 2015-08-27 00:01:15 +01:00
Hieu Hoang
1dc8eb0cd5 add back OutputPassthroughInformation() /Vincent Nguyen 2015-08-26 13:46:20 +04:00
Hieu Hoang
44e5a66ca2 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2015-08-26 11:56:05 +04:00
Hieu Hoang
aafe0efa10 use env for all .perl files in regression test directory 2015-08-26 11:15:10 +04:00
MosesAdmin
6bed18f25d daily automatic beautifier 2015-08-26 00:00:42 +01:00
Rico Sennrich
52d2f28dd0 fix non-deterministic bug in RDLM
iterator comparison is unsafe because tree end pointer
may coincide with valid pointer to subtree.
2015-08-25 11:05:04 +01:00
Rico Sennrich
660dcc0bed speed up RDLM through object re-use 2015-08-25 10:58:02 +01:00
Hieu Hoang
d349bf8a94 dos2unix everything 2015-08-23 19:00:19 +04:00
MosesAdmin
37d9c18d3b daily automatic beautifier 2015-08-22 00:00:46 +01:00
Matthias Huck
d5c41634e8 EMS: fix filtering issue when output-splitter is defined 2015-08-21 18:58:36 +01:00
Rico Sennrich
5d0c692514 speed-up RDLM 2015-08-21 16:14:50 +01:00
Matthias Huck
261cfdb024 perl shebang 2015-08-19 16:59:10 +01:00
Hieu Hoang
4ff776f564 dos2unix the whole lot 2015-08-19 16:30:31 +04:00
Hieu Hoang
97eed02301 dos2unix. Revert Matthias' change, use env 2015-08-19 13:25:29 +01:00
Matthias Huck
d583e0888f make-factor-de-pos.perl 2015-08-18 18:31:41 +01:00
Ulrich Germann
e8f010b9af Removed ORLM. 2015-08-17 18:11:04 +01:00
Ulrich Germann
8b3f2d4338 Bye-bye, PhraseDictionaryDynSuffixArray. 2015-08-17 15:35:35 +01:00
Hieu Hoang
3a261c9fc9 don't hardcode amount of mem to be used by lmplz 2015-08-16 20:32:07 +04:00
Phil Williams
01a9dd2305 extract-target-trees.py: support for new-style trace files 2015-08-14 16:53:24 +01:00
MosesAdmin
8af06a6f0d daily automatic beautifier 2015-08-12 00:01:03 +01:00
Hieu Hoang
e0d2af268c eclipse 2015-08-11 13:10:38 +04:00
Hieu Hoang
4a3363479e remove namespace pollution from old dynamic suffix array and randlm 2015-08-11 12:44:42 +04:00
Ulrich Germann
0426e95e55 Fixed typo. 2015-08-10 16:07:32 +01:00
Ulrich Germann
ba69e941ed Merge branch 'master' of http://github.com/moses-smt/mosesdecoder 2015-08-10 15:55:37 +01:00
Ulrich Germann
64af8123c1 Trying to get things to compile with newer versions of boost. 2015-08-10 15:40:04 +01:00
Ulrich Germann
1dcd077806 More namespace fixes. 2015-08-10 15:14:44 +01:00
Ulrich Germann
67ba055213 Exclude code from compilation when compiling without xmlrpc-c. 2015-08-10 11:04:45 +01:00
Ulrich Germann
0e2dc56360 Namespace cleanup 2015-08-10 11:03:31 +01:00
Ulrich Germann
03463facd7 Cleanup. 2015-08-10 10:14:28 +01:00
Ulrich Germann
19313feea0 parameter/AllOptions: Added missing return value. 2015-08-10 10:14:13 +01:00
Ulrich Germann
16c637b8a5 Back to intrusive pointer for btfix in Mmsapt. Shared pointer causes segfaults. Needs further investigation. 2015-08-10 09:32:26 +01:00
Ulrich Germann
7d1987121f Minor update of declaration of binread(). 2015-08-10 09:30:53 +01:00
Ulrich Germann
c40082f94c Bug fix: restored passing of server information to bias client. 2015-08-10 00:09:56 +01:00
Ulrich Germann
a68b77c300 Minor fix in logging of interaction with bias server. 2015-08-10 00:08:44 +01:00
MosesAdmin
8e601d92a1 daily automatic beautifier 2015-08-10 00:01:01 +01:00
Ulrich Germann
6b084a0587 clang can't handle boost intrusive pointers, it seems. 2015-08-09 22:49:35 +01:00
Ulrich Germann
9702084641 Deleted unused code. 2015-08-09 22:48:26 +01:00
Ulrich Germann
55b4585942 Filter more warnings with --filter-warnings. 2015-08-09 22:48:15 +01:00
Ulrich Germann
13f2af7399 Merge branch 'master' of http://github.com/moses-smt/mosesdecoder
Conflicts:
	moses/SearchCubePruning.cpp
	moses/SearchNormal.cpp
2015-08-09 21:12:30 +01:00
Ulrich Germann
a7ee9d2e3d Added Emacs code formatting instructions. 2015-08-09 20:58:13 +01:00
Ulrich Germann
e24cd5186f Bug fix. No sanity check when updating parameters via RPC calls in the server. 2015-08-09 20:57:37 +01:00
Ulrich Germann
4253a0e642 Get options from Manager instead of StaticData. 2015-08-09 20:56:40 +01:00
Ulrich Germann
ab820e7b25 Copy options from StaticData in constructor. 2015-08-09 20:54:58 +01:00
Ulrich Germann
1e82118ae9 Bug fix: prefixed std:: in several places. 2015-08-09 20:52:56 +01:00