Commit Graph

744 Commits

Author SHA1 Message Date
Matous Machacek
e009708b87 Added extractorargs parameter 2012-02-29 15:53:44 +01:00
Hieu Hoang
d03a598b11 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-02-27 13:08:41 +00:00
Hieu Hoang
963dbff003 compile error from latest zlib header 2012-02-26 17:33:23 +00:00
Ondrej Bojar
92c02da93f accept gzipped input files (tested for non-factored phrase-based) 2012-02-24 18:02:50 +01:00
Hieu Hoang
216c322587 cygwin 2012-02-24 14:18:22 +00:00
Hieu Hoang
40c97a5ffd mac osx compatible split & sort 2012-02-23 13:26:19 +00:00
phikoehn
bca952e3e0 fix bug with < and > 2012-02-22 00:49:29 +00:00
Philipp Koehn
517fda5ada bug fixes 2012-02-16 05:14:56 +00:00
Hieu Hoang
30729621ce bug fix by Guchun Zhang 2012-02-16 10:28:09 +07:00
Hieu Hoang
07a3344df2 bug fix by Guchun Zhang 2012-02-16 10:26:48 +07:00
Ondrej Bojar
c08e38c72e gzip output phrase-based ttable by default 2012-02-12 00:23:02 +01:00
Hieu Hoang
23e3fb7b1e parallel extract 2012-02-09 18:24:49 +07:00
Mark Fishel
d0df2fad7c put the e2f table half sorting back into the threaded section for occasional minor speedup 2012-02-09 10:09:44 +01:00
Mark Fishel
68066fe4a5 Made the forking phrase scoring fall back to non-forking behaviour if the --parallel switch is off 2012-02-09 09:34:00 +01:00
Hieu Hoang
6a7ec0d976 visual studio 2012-02-08 17:57:36 +07:00
Hieu Hoang
3a526bdc44 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-02-08 17:26:29 +07:00
Hieu Hoang
250b31be44 parallel scoring 2012-02-08 17:25:42 +07:00
Hieu Hoang
bf5a7b86af visual studio 2012-02-08 13:26:39 +07:00
Hieu Hoang
0929182c40 input file can be gzipped 2012-02-08 12:51:55 +07:00
root
267ee31d8d make irst training a little more compatible with sri 2012-02-06 16:53:41 +07:00
Barry Haddow
5ed5fc111a Fix to qsub args, from Guchun Zhang 2012-02-04 13:33:47 +00:00
Hieu Hoang
5284d0b819 Merge pull request #9 from miska/master
Few compilation fixes
2012-02-03 01:25:33 -08:00
Jiri Marsik
6243242698 Separated train-global-lexicon-model into three steps.
The script now offers the actions 'list', 'train'
and 'consolidate', which make it more amenable
for parallelization.
2012-02-01 14:16:09 +01:00
Michal Hrusecky
4bd84bca1a Alway return something in non-void functions
There were functions defined as non-void but didn't have return value
for all possible passes. This can result in undefined behavior. Fixed
this issue and returning values that somehow makes sense hopefully.
2012-02-01 14:03:49 +01:00
Phil Williams
bc78fc5e6a train-model.perl: don't pass --MaxSpan option to rule extractor if
using GHKM.
2012-02-01 12:01:24 +00:00
Barry Haddow
3e637b2732 error checking 2012-01-31 23:44:44 +08:00
Barry Haddow
3a6829ee5e Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-01-31 15:14:08 +00:00
Barry Haddow
e1ef27f305 error checking 2012-01-31 15:13:59 +00:00
Hieu Hoang
6c607a17ff undo start-translation-id arg, as per email from Sandra Noubours 2012-01-26 21:24:05 +07:00
Hieu Hoang
a6d7d21ed4 rollback accidental commit 2012-01-24 18:04:44 +07:00
Hieu Hoang
79c6528a51 add --sort-batch-size arg to train-model.perl 2012-01-24 18:00:45 +07:00
phikoehn
a822db95db Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2012-01-24 10:14:04 +00:00
phikoehn
2a97c6bed2 added comments to config files 2012-01-24 10:13:19 +00:00
Phil Williams
99cd21f3e8 filter-rule-table.py: fix horribly inefficient filtering of rules that
contain frequently-occurring terminal sequences
(like [X] -> [X] , [X] , [X] , [X] and [X])
2012-01-23 10:57:56 +00:00
Barry Haddow
651fdba245 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-01-18 08:56:59 +00:00
Barry Haddow
83bb286809 Option to disable buffering (from Tom Hoar) 2012-01-18 08:55:12 +00:00
Eleftherios Avramidis
57688ae5b2 Catch errors produced after re-running on an existing run (with --continue) 2012-01-16 16:42:19 +01:00
Eleftherios Avramidis
1022a53760 Merge commit 'upstream/master' 2012-01-14 00:22:57 +01:00
Eleftherios Avramidis
8dd5c7bf2b Catch error, when for some reason train-model.perl is missing from installation (not properly compiled Moses) 2012-01-14 00:22:01 +01:00
Barry Haddow
5b1caea39c Merge pull request #7 from lefterav/master
METEOR support for EMS scripts
2012-01-12 10:22:48 -08:00
Eleftherios Avramidis
722c3ff6c7 Added support for optional external METEOR script. Workflow changes in experiment.meta and and corresponding sample given in example/config.basic. Results processing for report-experiment-scores now supports METEOR output. Lifted web interface restriction on the types of metrics that can be listed 2012-01-12 18:37:02 +01:00
bhaddow
fcbaafadbc Restore Hieu's phrase extraction speedups 2012-01-12 14:34:52 +00:00
phikoehn
9a5f61893a fixed ems bug when no interpolated LMs are used 2012-01-12 03:34:51 +00:00
pkoehn
7c44317216 bug fix with Good Turing / Kneser Ney discounting 2012-01-09 23:43:08 +00:00
Barry Haddow
3cabb98c40 bug fix to lex reordering training
submitted by Christoffer Tanner (via Sara Stymne)
2012-01-09 20:46:21 +00:00
Hieu Hoang
3aa77c1786 error message 2012-01-04 23:29:31 +07:00
Hieu Hoang
d0f91a6c89 support for mgiza, without having to install giza++ as well. By Marwen Azouzi 2012-01-03 22:14:57 +07:00
Hieu Hoang
c80ccc1557 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2011-12-29 19:48:03 +07:00
Hieu Hoang
776dfae384 observe max-phrase-length, as reported by Lang Jun 2011-12-29 19:47:44 +07:00
Hieu Hoang
97782ca1ea mgiza exec, according to Marwen Azouzi 2011-12-27 12:08:52 +07:00