Commit Graph

14921 Commits

Author SHA1 Message Date
MosesAdmin
59365f2bd3 daily automatic beautifier 2015-12-09 00:00:35 +00:00
Ulrich Germann
2da95fe74a Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-12-08 12:57:05 +00:00
Ulrich Germann
fdb5d9b282 Code refactoring: All FF now get access to AllOptions at load time, so they don't have to rely on StaticData. 2015-12-08 12:56:55 +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
0db3e544fd Code cleanup. 2015-12-07 21:09:51 +00:00
Ulrich Germann
c4e45fb128 Code cleanup. 2015-12-07 16:07:11 +00:00
Ulrich Germann
2be2481feb Added switch --daemon: fork and run moses server in background. The parent won't exit until the child is ready to serve. 2015-12-07 16:01:12 +00:00
Hieu Hoang
e211d752f6 touch 2015-12-07 15:32:17 +00:00
Ulrich Germann
3eccbeaf2b Reworked run-regtests.sh 2015-12-07 12:14:19 +00:00
Ulrich Germann
42e3caacac Server tests now also log the command line run during for test. 2015-12-06 19:32:49 +00:00
Ulrich Germann
7fb2e92951 Proper version check for xmlrpc-c. 2015-12-06 17:00:46 +00:00
Ulrich Germann
d56d900d6a Code cleanup. 2015-12-06 01:43:17 +00:00
Ulrich Germann
cf3aef7563 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
Conflicts:
	moses/server/TranslationRequest.cpp
2015-12-06 00:24:32 +00:00
Ulrich Germann
69e5a1cc15 Code cleanup. 2015-12-06 00:12:01 +00:00
Philipp Koehn
b6a212b9ce bug fix: server mode did not report full search graph 2015-12-05 19:21:32 +00:00
Hieu Hoang
18ffd83643 eclipse 2015-12-05 01:28:22 +00:00
Ulrich Germann
889a33dcd6 XmlOptions are now const within Sentence. 2015-12-04 19:43:37 +00:00
Ulrich Germann
4983aa0980 Cleanup. 2015-12-04 19:32:37 +00:00
Ulrich Germann
9e1503bf63 Added variant lrfunc (in addition to lr-func) as a Mmsapt parameter to accommodate a typo in my 2015 PBML paper. 2015-12-03 16:21:11 +00:00
MosesAdmin
157be7cc51 daily automatic beautifier 2015-12-03 00:01:07 +00:00
Ulrich Germann
97d6ccec98 Merge branch 'master' of https://github.com/modernmt/mosesdecoder 2015-12-02 20:51:45 +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
Philipp Koehn
33f4e93915 no binarizing/filtering with mmsapt 2015-12-01 23:10:37 +00:00
Ulrich Germann
0f9cca4ae4 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-11-30 01:29:28 +00:00
Ulrich Germann
11262b0a62 Added switch --version to have Moses print out the code versions it was compiled with. 2015-11-30 01:29:13 +00:00
Ulrich Germann
5f4a3bd2d0 Updated regression tests. 2015-11-30 01:23:22 +00:00
Ulrich Germann
24b9269c44 Robustness in server regression tests: check if server is still running if there is no response. 2015-11-30 01:14:14 +00:00
Ulrich Germann
9a321a0ce4 Bug fix: typo prevented compilation. 2015-11-30 01:12:04 +00:00
Ulrich Germann
7a0e9f292f added option to skip new compactpt regtests, until the underlying issue is resolved 2015-11-29 23:19:19 +00:00
Ulrich Germann
c165e80e48 Changes to Mmsapt.
- added phrase table features: pfwd / pbwd weighted by each sample's
  weight (when used with biased sampling)
- a few minor internal changes ({p|j}stats.add(...) reports back
  current joint count (intended for early stopping of sampling when
  evidence is sufficient; yet to be explored experimentally).
2015-11-29 18:39:38 +00:00
Ulrich Germann
4c78e7c0b2 scripts/generic/bsbleu.py can now handle gzipped files 2015-11-29 17:57:57 +00:00
Ulrich Germann
93df2b2f19 Initialization order of members. 2015-11-29 17:57:04 +00:00
Ulrich Germann
48999749ec Unused variable. 2015-11-29 17:56:27 +00:00
Ulrich Germann
df3a53ca64 Disabled default compilation of a number of minor utilities associated with suffix array phrase tables. Use switch --with-mm-extras to compile them. 2015-11-29 17:55:53 +00:00
Ulrich Germann
37ea003f02 Avoid compiler warning. 2015-11-28 14:54:48 +00:00
Phil Williams
7375d81e16 Fix a few compiler warnings (clang) 2015-11-27 12:20:38 +00:00
Ulrich Germann
b0e7d30fc6 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-11-25 19:53:46 +00:00
Ulrich Germann
c11c4cbeed Bug fix related to commit 220d82041a,
which replaced boost::intrusive_ptr<bitext>  with shared_ptr<bitext>.
2015-11-25 19:51:54 +00:00
Ulrich Germann
052c8b915b Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-11-25 10:49:41 +00:00
Ulrich Germann
ef9886be49 Added script for auto-rollback to the latest commit that passes all regtests. 2015-11-25 10:47:57 +00:00
Ulrich Germann
ee5edc421c Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-11-25 02:18:00 +00:00
Ulrich Germann
a932ac1656 Updated regtests. 2015-11-25 02:17:18 +00:00
Ulrich Germann
e5d308ea1b Updated regtests. 2015-11-25 02:15:01 +00:00
MosesAdmin
57a291421a daily automatic beautifier 2015-11-25 00:00:39 +00:00
Ulrich Germann
bb135f6a64 Cosmetic fix for having the server reporting word alignments left-to-right. 2015-11-24 20:42:53 +00:00
Ulrich Germann
ca038c5e4c Fix suggested by Martin Baumgärtner to keep server from crashing when packing word alignments. 2015-11-24 19:24:09 +00:00
Ulrich Germann
c8b859de67 Merge remote-tracking branch 'legacy/master'
Conflicts:
	moses/server/TranslationRequest.cpp
2015-11-24 19:22:37 +00:00
Ulrich Germann
bcb0212b5b FF registration is now in FeatureFactory::DefaultSetup, ...
... not in the FF constructor any more.

This is related to a bug fix in Base.cpp, related to moving the
LM OOV feature specification from the global space into the setup
of individual LMs (to eliminate the dependence on StaticData in the
LM constructors).
2015-11-24 18:28:38 +00:00
Hieu Hoang
5fea1ad548 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2015-11-24 15:10:15 +00:00