Commit Graph

14498 Commits

Author SHA1 Message Date
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
Ulrich Germann
f20c4cbbc0 Namespace refactoring in mmsapt. 2015-08-09 20:51:21 +01:00
Ulrich Germann
5f81db9745 Updated Emacs code formatting instructions. 2015-08-09 20:50:06 +01:00
MosesAdmin
0045a74980 daily automatic beautifier 2015-08-09 00:00:45 +01:00
Hieu Hoang
243148b848 compile error without xmlrpc-c lib 2015-08-08 16:27:56 +04:00
Ulrich Germann
ac862945bb Bug fix: endl => std::endl. 2015-08-08 12:57:05 +01:00
MosesAdmin
21aa5af640 daily automatic beautifier 2015-08-08 00:00:45 +01:00
Ulrich Germann
1d38ca9177 Bug fix: BOOST_FOREACH seems to cause problems. 2015-08-07 19:19:04 +01:00
Ulrich Germann
c4fc7e6610 Update some options via xmlrpc_c calls. 2015-08-07 19:18:24 +01:00
Ulrich Germann
fcd0c17af3 Choice of map type in pstats. 2015-08-07 19:16:27 +01:00
Ulrich Germann
fd4e946ddc Emacs code formatting settings. 2015-08-07 19:14:21 +01:00
Ulrich Germann
883c34aee9 Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into mmt-dev
Conflicts:
	moses/SearchNormalBatch.cpp
	moses/TranslationModel/UG/mm/ug_bitext.h
	moses/TranslationModel/UG/mm/ug_typedefs.h
	moses/TranslationModel/UG/mmsapt.cpp
	moses/TranslationModel/UG/mmsapt.h
2015-08-07 14:14:19 +01:00