Commit Graph

54 Commits

Author SHA1 Message Date
Hieu Hoang
b95f091d18 compiles without xmlrpc-c 2017-03-03 02:28:13 +00:00
hieu
199b826649 add implementations for options update(). Link error on Redhat 7 2017-03-01 11:41:04 +00:00
Lane Schwartz
31f19a15e7 Added alignment options to Moses server 2017-02-24 15:52:39 -06:00
Hieu Hoang
aaf238a972 typo 2016-08-18 10:00:06 +01:00
Philipp Koehn
c11a533f14 added segment level time out 2016-05-27 05:39:42 -04:00
Hieu Hoang
3e2c51095c guard 2016-04-01 10:25:21 +01:00
Ulrich Germann
8d7dc4b446 Bug fix related to --report-all-factors. 2016-01-12 17:20:29 +00:00
Ulrich Germann
bb6e0157aa Code cleanup and refactoring. 2015-12-13 22:31:43 +00:00
Hieu Hoang
4604cc96ba eclipse 2015-12-11 22:29:24 +00:00
Ulrich Germann
29694af6e4 Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
Ulrich Germann
240b88c683 Passing around AllOptions or references thereto everywhere,
strong them locally where appropriate, so that compontents can
become independent of StaticData once instantiated.
2015-12-09 23:05:00 +00:00
Ulrich Germann
ad5e27ae56 Implemented more options in AllOptions and option groups therein. 2015-12-09 17:59:14 +00:00
Ulrich Germann
9528b56242 Set defaults in option group constructors. 2015-12-08 12:43:20 +00:00
Ulrich Germann
c1a008bf6d Reduce dependence on StaticData. 2015-12-07 23:50:56 +00:00
Ulrich Germann
c4e45fb128 Code cleanup. 2015-12-07 16:07:11 +00:00
Ulrich Germann
d56d900d6a Code cleanup. 2015-12-06 01:43:17 +00:00
Ulrich Germann
69e5a1cc15 Code cleanup. 2015-12-06 00:12:01 +00:00
Ulrich Germann
5a63286447 Code cleanup and bug fix in (Base)Manager::OutputSurface:
Mark-up of unkown words in output.
2015-12-02 20:43:56 +00:00
Ulrich Germann
a074efc7cc Change parameters only when specified during parameter updates in server mode. 2015-11-23 16:59:39 +00:00
Barry Haddow
87ec9f56c7 bugfix: options refactor broke (l)mbr 2015-11-23 12:37:11 +00:00
Ulrich Germann
858a509d53 Added missing files. 2015-11-11 17:27:53 +00:00
Ulrich Germann
f247e26fed More options refactoring (OOV Handling this time). 2015-11-11 17:07:45 +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
b733804fdc Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into mmt-dev 2015-11-04 18:25:32 +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
d773ad428e More options cleanup. 2015-11-03 19:36: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
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