Commit Graph

9527 Commits

Author SHA1 Message Date
Hieu Hoang
b48a906785 delete ability to specify multiple translation systems 2012-12-21 13:34:07 +00:00
Hieu Hoang
4f0d3c2032 Merge branch 'master' into weight-new 2012-12-20 20:27:50 +00:00
Tetsuo Kiso
ce1b650b53 Fix memory leak.
The object was allocated with new, but it was not deleted.
This may not be a serious problem because the program mostly runs
a short time. However, it is not a good practice.
2012-12-21 03:06:41 +09:00
Hieu Hoang
efbc8bb6c4 move language model from TranslationSystem back to StaticData 2012-12-20 16:38:15 +00:00
Hieu Hoang
874be94d72 move reordering model from TranslationSystem back to StaticData 2012-12-20 15:13:04 +00:00
Hieu Hoang
241542be08 move GlobalLexicalModel to staticData 2012-12-19 18:46:27 +00:00
Hieu Hoang
781592fa46 move DistortionScoreProducer from TranslationSystem back to StaticData 2012-12-19 16:51:55 +00:00
Hieu Hoang
0f473ca960 move UnknownWordPenaltyProducer from TranslationSystem back to StaticData 2012-12-19 16:22:10 +00:00
Hieu Hoang
5d9980af91 move WordPenalty to staticData 2012-12-19 15:38:57 +00:00
Hieu Hoang
c2d9d84ba0 move feature function variables from TranslationSystem back to StaticData 2012-12-19 14:37:00 +00:00
Hieu Hoang
d0f59264a0 eclipse parallel build 2012-12-19 10:32:24 +00:00
Hieu Hoang
bc615bdac8 Merge branch 'master' into weight-new 2012-12-18 12:46:00 +00:00
Hieu Hoang
7ed52368a8 more minor changes in scripts for new format 2012-12-18 12:45:11 +00:00
Hieu Hoang
aa00aebee6 rewrite reuse-weight 2012-12-18 10:23:00 +00:00
Phil Williams
139148bc8f extract-ghkm and friends: don't unescape special characters
Don't unescape special characters when reading XML parse trees in
extract-ghkm, extract-rules, and relax-parse.
2012-12-17 20:08:02 +00:00
Phil Williams
0ca5b8932a extract-ghkm: tweak label collection for unknown words
Produce a better label set when unary rule elimination is enabled.
2012-12-17 19:43:42 +00:00
Phil Williams
fb8d20a22f extract-ghkm: --UnknownWordMinRelFreq, --UnknownWordUniform 2012-12-17 19:02:30 +00:00
Phil Williams
06081f7ddb extract-target-trees.py: minor fixes, code style 2012-12-17 18:49:50 +00:00
Hieu Hoang
667b8a495f decoder -show-weight to output consistent new format 2012-12-17 17:17:44 +00:00
hieu
05045d574c don't display unknown weight penalty when showing weight, don't usually tune. Also, change delimiter in mert extractor from : to = 2012-12-16 18:29:53 +00:00
hieu
afab4de901 don't display unknown weight penalty when showing weight. Don't usually tune 2012-12-15 19:21:40 +00:00
hieu
57b33f40cf don't display unknown weight penalty when showing weight. Don't usually tune 2012-12-15 19:20:07 +00:00
hieu
3777faaed2 bug in weight-overwrite 2012-12-14 17:40:31 +00:00
hieu
f323416355 delete new program for creating ini file. Hacked current perl script 2012-12-14 16:44:09 +00:00
hieu
6694df6519 mert-moses.perl create ini file in new format 2012-12-14 16:43:12 +00:00
hieu
801c4c4f4f mert-moses.perl create ini file in new format 2012-12-14 13:29:26 +00:00
hieu
55c46cab49 train-model.perl create ini file in new format 2012-12-14 12:32:45 +00:00
hieu
54fc153a52 mert-moses.perl completes all iterations 2012-12-13 12:04:54 +00:00
hieu
e9dbcdb87f mert-moses.perl completes the 1st iteration 2012-12-13 12:01:39 +00:00
hieu
cd5854fa49 minor segfault 2012-12-13 10:43:29 +00:00
hieu
58199037b0 input weight formatted according to discussions with Ken & Barry 2012-12-12 19:35:06 +00:00
hieu
e84f7d6292 input weight formatted according to discussions with Ken & Barry 2012-12-12 18:30:11 +00:00
hieu
5ab3c3f081 output weight formatted according to discussions with Ken & Barry 2012-12-12 12:22:13 +00:00
phikoehn
b275c94dbf allow for inclusion of extract from previous run 2012-12-12 07:02:59 +00:00
phikoehn
24e1df7520 support for use of baseline alignment model 2012-12-12 03:59:14 +00:00
hieu
00e6e6f0b6 input weight formatted according to discussions with Ken & Barry 2012-12-11 19:06:21 +00:00
hieu
1ffae8010d input weight formatted according to discussions with Ken & Barry 2012-12-11 18:57:42 +00:00
phikoehn
438dcb1a34 bug fix in experiment.perl wrt. get-corpus-script 2012-12-10 23:50:14 +00:00
Hieu Hoang
bb2b1c851a rebase feature count to 0 2012-12-10 16:00:05 +00:00
Barry Haddow
16ea68f55f Fix bug in mml scoring
Line length calculation was out of step with LM scoring.
2012-12-10 15:54:24 +00:00
Ales Tamchyna
598d65bcfd adding a simple command-line utility for computing sentence-level BLEU (+1) 2012-12-10 13:12:34 +01:00
phikoehn
ed2d191821 allow specification of end point for experiment.perl 2012-12-10 05:56:51 +00:00
phikoehn
ccf9e13d8e bug fix with multicore parallelizer 2012-12-09 22:27:02 +00:00
phikoehn
466b502ae0 minor bug fixes with MML 2012-12-09 20:31:20 +00:00
Hieu Hoang
55e5af4785 add my workstation to ems list 2012-12-07 19:24:58 +00:00
Hieu Hoang
cffadb5ff8 always append number to feature function name 2012-12-07 18:13:37 +00:00
Hieu Hoang
f9e21799ed get rid of all occurance of GetNumInputScores() from feature functions. 2012-12-07 16:25:55 +00:00
Hieu Hoang
f212927368 get rid of all overrides for GetScoreProducerDescription(). Except SyntacticLM - not sure if it should be separated from LM or not 2012-12-07 16:05:50 +00:00
Hieu Hoang
d1fcb37b06 make output of feature scores the same in moses-cmd as in moses-chart-cmd 2012-12-07 13:34:44 +00:00
Hieu Hoang
0909da16db fix for regression test chart.nbest-with-alignment 2012-12-07 13:28:11 +00:00