Commit Graph

28 Commits

Author SHA1 Message Date
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
ec1ef78d51 Reduction in number of #ifdef HAVE_XMLRPC_C, as per Hieu's request. 2015-11-04 18:12:49 +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
Michael Denkowski
56e3bc1ea2 Reintroduce deterministic cube pruning as option
Use --cube-pruning-deterministic-search or --cbds
2015-09-25 11:03:23 +02:00
Ulrich Germann
e642fc4669 Merge branch 'master' of http://github.com/moses-smt/mosesdecoder
Conflicts:
	moses/parameters/ServerOptions.cpp
2015-09-14 11:02:03 +01:00
Ulrich Germann
349ebdc3e9 ServerOptions.cpp would't compile on systems where size_t != unsigned long int. 2015-09-14 10:56:48 +01:00
Hieu Hoang
f6853ee37d casting problem on some compilers 2015-09-14 11:25:24 +02:00
Ulrich Germann
0426e95e55 Fixed typo. 2015-08-10 16:07:32 +01:00
Ulrich Germann
19313feea0 parameter/AllOptions: Added missing return value. 2015-08-10 10:14: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
c4fc7e6610 Update some options via xmlrpc_c calls. 2015-08-07 19:18:24 +01:00
Ulrich Germann
36427beb2f Merge branch 'mmt-dev2' into mmt-dev
Conflicts:
	moses/FF/HyperParameterAsWeight.cpp
	moses/Sentence.cpp
	moses/StaticData.cpp
	moses/StaticData.h
	moses/parameters/AllOptions.cpp
	moses/parameters/AllOptions.h
	moses/parameters/SearchOptions.cpp
	moses/parameters/SearchOptions.h
2015-08-07 12:20:48 +01:00
Ulrich Germann
f19c8abcc2 Updated Emacs code formatting parameters. 2015-08-07 01:46:50 +01:00
Ulrich Germann
6c1d9e2431 More reorganisation of options. 2015-08-06 22:52:34 +01:00
Ulrich Germann
524109e2ca Reorganisation of options.
The purpose of this effort is to have options local to the individual translation task,
so that they can be changed in the running system in a multi-threaded system.
2015-08-06 21:11:43 +01:00
Ulrich Germann
6527c23875 Updated emacs code formatting setting. 2015-08-05 14:17:58 +01:00
Ulrich Germann
3323a02727 Option reorganisation in StaticData. 2015-08-05 02:15:34 +01:00
Ulrich Germann
511de3674e Reorganization of server options. 2015-08-02 21:26:54 +01:00
Ulrich Germann
faaf0bdf87 Reorganization of server options. Added options for sesssion cache. 2015-08-01 16:11:35 +01:00
Ulrich Germann
4582e43473 Merge branch 'master' into ranked-sampling 2015-06-08 15:45:04 +01:00
Ulrich Germann
cd5530cb87 Added option to make moses consider the entire document as context. 2015-06-08 12:10:48 +01:00
MosesAdmin
5696a59ae4 daily automatic beautifier 2015-06-04 13:41:46 +01:00
Jeroen Vermeulen
0981d23705 Lint-fixing binge. 2015-06-02 16:02:39 +07:00
Ulrich Germann
7ff1f9c063 Option bundling. 2015-05-27 20:45:55 +01:00
Hieu Hoang
5173b9f617 beautify. Add sed for trailing spaces 2015-05-13 11:29:16 +01:00
Jeroen Vermeulen
0859e9a844 Remove trailing whitespace from C++ files. 2015-05-13 17:05:43 +07:00
Ulrich Germann
7da7ce52da Added context buffering in IOWrapper for context-sensitive decoding.
Unfortunately, this seems to slow things down quite a bit.
2015-05-11 00:34:24 +01:00