https://github.com/wilkeraziz/mosesdecoder

sort by:
Revision Author Date Message Commit Date
0426e95 Fixed typo. 10 August 2015, 15:07:32 UTC
ba69e94 Merge branch 'master' of http://github.com/moses-smt/mosesdecoder 10 August 2015, 14:55:37 UTC
64af812 Trying to get things to compile with newer versions of boost. 10 August 2015, 14:40:04 UTC
1dcd077 More namespace fixes. 10 August 2015, 14:14:44 UTC
67ba055 Exclude code from compilation when compiling without xmlrpc-c. 10 August 2015, 10:04:45 UTC
0e2dc56 Namespace cleanup 10 August 2015, 10:03:31 UTC
03463fa Cleanup. 10 August 2015, 09:14:28 UTC
19313fe parameter/AllOptions: Added missing return value. 10 August 2015, 09:14:13 UTC
16c637b Back to intrusive pointer for btfix in Mmsapt. Shared pointer causes segfaults. Needs further investigation. 10 August 2015, 08:32:26 UTC
7d19871 Minor update of declaration of binread(). 10 August 2015, 08:30:53 UTC
c40082f Bug fix: restored passing of server information to bias client. 09 August 2015, 23:09:56 UTC
a68b77c Minor fix in logging of interaction with bias server. 09 August 2015, 23:08:44 UTC
8e601d9 daily automatic beautifier 09 August 2015, 23:01:01 UTC
6b084a0 clang can't handle boost intrusive pointers, it seems. 09 August 2015, 21:49:35 UTC
9702084 Deleted unused code. 09 August 2015, 21:48:26 UTC
55b4585 Filter more warnings with --filter-warnings. 09 August 2015, 21:48:15 UTC
13f2af7 Merge branch 'master' of http://github.com/moses-smt/mosesdecoder Conflicts: moses/SearchCubePruning.cpp moses/SearchNormal.cpp 09 August 2015, 20:12:30 UTC
a7ee9d2 Added Emacs code formatting instructions. 09 August 2015, 19:58:13 UTC
e24cd51 Bug fix. No sanity check when updating parameters via RPC calls in the server. 09 August 2015, 19:57:37 UTC
4253a0e Get options from Manager instead of StaticData. 09 August 2015, 19:56:40 UTC
ab820e7 Copy options from StaticData in constructor. 09 August 2015, 19:54:58 UTC
1e82118 Bug fix: prefixed std:: in several places. 09 August 2015, 19:52:56 UTC
f20c4cb Namespace refactoring in mmsapt. 09 August 2015, 19:51:21 UTC
5f81db9 Updated Emacs code formatting instructions. 09 August 2015, 19:50:06 UTC
0045a74 daily automatic beautifier 08 August 2015, 23:00:45 UTC
243148b compile error without xmlrpc-c lib 08 August 2015, 12:27:56 UTC
ac86294 Bug fix: endl => std::endl. 08 August 2015, 11:57:05 UTC
21aa5af daily automatic beautifier 07 August 2015, 23:00:45 UTC
1d38ca9 Bug fix: BOOST_FOREACH seems to cause problems. 07 August 2015, 18:19:04 UTC
c4fc7e6 Update some options via xmlrpc_c calls. 07 August 2015, 18:18:24 UTC
fcd0c17 Choice of map type in pstats. 07 August 2015, 18:16:27 UTC
fd4e946 Emacs code formatting settings. 07 August 2015, 18:14:21 UTC
883c34a 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 07 August 2015, 13:14:19 UTC
a07eb65 sptr<> -> SPTR<> in preparation for merge with legacy master 07 August 2015, 12:35:02 UTC
e85aa7e Post-merge bug fixes and cleanup. 07 August 2015, 11:27:42 UTC
36427be 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 07 August 2015, 11:20:48 UTC
d11906a Code simplification in IOWrapper. 07 August 2015, 02:01:24 UTC
4ad6f2a Added Emacs code formatting parameters. 07 August 2015, 01:22:45 UTC
f19c8ab Updated Emacs code formatting parameters. 07 August 2015, 00:46:50 UTC
a2eacb9 Construct OutputCollector directly from string(s). 07 August 2015, 00:45:29 UTC
6c1d9e2 More reorganisation of options. 06 August 2015, 21:52:34 UTC
524109e 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. 06 August 2015, 20:11:43 UTC
83ef138 delete old unused code 06 August 2015, 14:16:02 UTC
776da79 delete old unused code 06 August 2015, 13:42:44 UTC
3c682fa performance issue using moses server. Related to email thread https://www.mail-archive.com/moses-support@mit.edu/msg12775.html Fix by Martin Baumgärtner 06 August 2015, 09:42:03 UTC
1dabb7c Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 05 August 2015, 17:15:56 UTC
626a53e compile error on 4.9.3 on cygwin 05 August 2015, 17:15:09 UTC
a201a98 fix compilation with VW (TODO I really should write a regression test for VW) 05 August 2015, 14:33:52 UTC
6527c23 Updated emacs code formatting setting. 05 August 2015, 13:17:58 UTC
3323a02 Option reorganisation in StaticData. 05 August 2015, 01:15:34 UTC
fc10ad4 Code reorganization for better session management in Moses server. Clients can now close sessions. 04 August 2015, 00:59:28 UTC
c5b1933 More extensive filtering of compiler warnings with --filter-warnings. 04 August 2015, 00:58:28 UTC
8644a3b Renamed for file name consistency. 03 August 2015, 21:00:26 UTC
4c3a6a3 remove dash 03 August 2015, 20:19:08 UTC
57b0c35 Merge branch 'master' of github.com:moses-smt/mosesdecoder 03 August 2015, 15:47:31 UTC
f808b32 support version of nplm that picks best on heldout 03 August 2015, 15:47:25 UTC
a39544b fix inconsistency in the example 03 August 2015, 15:46:57 UTC
8e33b9a Bug fix: ensure a new session ID is assigned every time a session isn't found. 03 August 2015, 09:24:01 UTC
44df19a Make translation sessions in the server actually work. Time-out yet to be implemented. 02 August 2015, 23:29:34 UTC
6c5c5f6 Initial check-in of translation session management in the server. 02 August 2015, 20:28:47 UTC
511de36 Reorganization of server options. 02 August 2015, 20:26:54 UTC
b7f517b Restore readability. 02 August 2015, 20:22:52 UTC
d94c2d2 #define name clashed with internal class name when using clang 02 August 2015, 02:33:32 UTC
faaf0bd Reorganization of server options. Added options for sesssion cache. 01 August 2015, 15:11:35 UTC
bfd45fd don't use all threads 01 August 2015, 07:35:47 UTC
51bc36d Report bias server errors. 31 July 2015, 23:21:56 UTC
fd93df3 Added virtual deconstructor. 31 July 2015, 23:21:01 UTC
362f26d Logging in constructor of http_client. Member function to return server error message. 31 July 2015, 23:19:03 UTC
3439de6 Bug fix in uri_encode. Logging of lookup in http_client constructor. 31 July 2015, 23:18:08 UTC
2090640 xmlrpc-c server log file now defaults to /dev/null instead of empty string 31 July 2015, 23:16:02 UTC
7ac6f90 Merge branch 'master' of github.com:moses-smt/mosesdecoder 31 July 2015, 18:29:07 UTC
f894dec multi-threaded decoding by default /Vincent Nguyen 31 July 2015, 18:28:45 UTC
bfeb3bf Reporting of context parameter in TranslationRequest constructor. 31 July 2015, 16:07:13 UTC
ecfc8d8 Logging in query_bias_server(). 31 July 2015, 16:06:31 UTC
4359490 rm bin/moses_chart => rm -f bin/moses_chart. 31 July 2015, 13:09:40 UTC
89d16a4 fix ems regression (concatenate-split step) 31 July 2015, 10:20:29 UTC
a5ee3c1 script to copy model files to local disk before running the decoder - useful for grid 29 July 2015, 15:10:13 UTC
836ca82 better support of grid engine cluster 29 July 2015, 15:03:24 UTC
b29166e fix of fix 29 July 2015, 15:02:55 UTC
837bcde bug with legacy 29 July 2015, 14:46:09 UTC
ae9cd14 fixes 29 July 2015, 14:44:57 UTC
4992f62 bjam: accept argument-less form of --no-xmlrpc-c option 29 July 2015, 12:41:43 UTC
5f4b497 Merge pull request #119 from cidermole/master Fix 'Use of uninitialized value' error through explicit setting of 0s… 29 July 2015, 12:25:39 UTC
3a2116b add quotes so arguments don't get lost 29 July 2015, 08:35:19 UTC
0173512 separate xml version of combine_factors.pl xml version causes slow-down for users who use factors, but not xml (which are most) 28 July 2015, 22:30:18 UTC
6ab2d4d Removed ranking stuff prior to merge with master. 28 July 2015, 19:15:14 UTC
4510168 No ranked sampling for the time being. 28 July 2015, 18:35:27 UTC
2cda286 experiment.meta: re-run fast_align symmetrization if symmetrization type changes 28 July 2015, 15:55:55 UTC
a968536 ems fix: pass-unless doesn't understand AND 28 July 2015, 15:37:50 UTC
0141c7d Merge branch 'mmt-dev' of http://github.com/ModernMT/mosesdecoder into ranked-sampling 28 July 2015, 13:31:22 UTC
d67723f Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into ranked-sampling Conflicts: moses/TargetPhrase.cpp moses/TargetPhrase.h 28 July 2015, 13:29:49 UTC
d1cb249 Removed building of cooccurrence table from mmlex-build. 28 July 2015, 13:24:06 UTC
2faa9e6 Multi-threaded sorting when building suffix array. 28 July 2015, 13:23:23 UTC
70a1c88 New dummy bias that always returns 1. Purpose: to keep track of phrase counts per document. If no bias is given, no per-documents counts are stored. 26 July 2015, 20:23:13 UTC
f26e200 work in progress 26 July 2015, 20:21:19 UTC
a1652b4 Fix typo. 26 July 2015, 20:20:40 UTC
b64af59 daily automatic beautifier 24 July 2015, 23:00:40 UTC
31df959 Model1Feature 24 July 2015, 20:51:34 UTC
21aaec0 Removed some duplicate code. Can we move all or parts of moses/Util to util/, and from the Moses namespace to the util namespace? There's quite some common functionality in it that is not only relevant to the decoder, but also to phrase extraction and possibly other parts of the toolkit. 24 July 2015, 20:01:13 UTC
472529a Moses::Scan too inefficient 24 July 2015, 19:43:29 UTC
back to top