Commit Graph

1350 Commits

Author SHA1 Message Date
Hieu Hoang
26d1914d22 change format of pt 2013-03-05 16:41:14 +00:00
Hieu Hoang
35bffae402 Merge github.com:moses-smt/mosesdecoder into weight-new 2013-03-04 18:19:28 +00:00
Christian Buck
26bf04df5d added unbuffered mode for casers (using -b) 2013-03-04 15:29:13 +00:00
Hieu Hoang
9d4f1c8555 Merge github.com:moses-smt/mosesdecoder into weight-new 2013-03-02 18:03:08 +00:00
amittai
7ca271b200 fixed typo 2013-02-26 19:47:44 -08:00
amittai
1f82a43837 where'd the edit go? 2013-02-26 11:37:31 -08:00
amittai
5cdf65ba33 Revert "Revert "let's be consistently case-insensitive with respect to the xml tags""
This reverts commit 8b6e98c633.
2013-02-26 11:32:29 -08:00
amittai
1fb51dc674 use 'gunzip -c' instead of 'zcat' for better cross-platform compatibility
zcat is identical to "gunzip -c", but Mac OS X doesn't ship with zcat.
2013-02-26 11:19:33 -08:00
amittai
8b6e98c633 Revert "let's be consistently case-insensitive with respect to the xml tags"
This reverts commit 2eb0c5e11d.
2013-02-24 18:10:19 -08:00
amittai
2eb0c5e11d let's be consistently case-insensitive with respect to the xml tags 2013-02-24 18:07:11 -08:00
Hieu Hoang
5c10a2889e Merge github.com:moses-smt/mosesdecoder into weight-new 2013-02-20 17:02:34 +00:00
Hieu Hoang
b9b74c53ae new ini file with hiero models 2013-02-18 16:51:44 +00:00
Hieu Hoang
9fe9b0008b new ini file with hiero models 2013-02-18 12:05:10 +00:00
Barry Haddow
9ca364fb22 Implement brevity penalty smoothing for PRO
As in Nakov et al (Coling 2012)
2013-02-18 11:11:20 +00:00
Hieu Hoang
30850bf45f new substitute-filtered-tables.perl 2013-02-16 11:01:23 +00:00
Hieu Hoang
a9e2be2896 filter new ini file 2013-02-16 00:52:58 +00:00
Hieu Hoang
ee39104c3a subs join_array and set_value 2013-02-16 00:23:05 +00:00
Hieu Hoang
d659e59e9d filter new ini file 2013-02-14 22:13:39 +00:00
Hieu Hoang
f32d337fc0 filter new ini file 2013-02-14 19:02:00 +00:00
Hieu Hoang
221dba2820 filter new ini file 2013-02-14 18:13:11 +00:00
Hieu Hoang
a7144edfdc indent 2013-02-14 16:05:38 +00:00
Hieu Hoang
ae52a15c4d use new create-ini program to create ini file, rather than step 9 of train-model.perl 2013-02-14 12:07:48 +00:00
Hieu Hoang
825edd282b use new create-ini program to create ini file, rather than step 9 of train-model.perl 2013-02-14 11:19:40 +00:00
Hieu Hoang
4b37050853 resolved conflicts 2013-02-01 20:35:48 +00:00
Ales Tamchyna
2b7725db34 support LM OOV feature in train-model.perl 2013-02-01 15:47:05 +01:00
Hieu Hoang
4d32d8b64b merge 2013-01-19 18:47:04 +00:00
Tetsuo Kiso
8b4a1fa2b8 Fix MegaM's URL.
Because I got a 404 error.
2013-01-20 02:30:20 +09:00
Hieu Hoang
aadefc6df9 Merge branch 'master' into weight-new 2013-01-17 18:05:02 +00:00
amittai
176647e342 accept either "mgiza" or "mgizapp" and either "snt2cooc.out" or "snt2cooc"
Fixed a mismatch between the wiki and mgiza.

Installing mgiza produces a file called "mgiza".
However, the Moses instructions on the wiki here
http://www.statmt.org/moses/?n=Moses.ExternalTools#mgiza
insist that the "mgiza" binary be renamed "mgizapp", but then
train-experiment.perl only accepts the binary called "mgiza".
2013-01-15 19:11:49 -08:00
phikoehn
124c36a837 bug fix with MML settings 2013-01-14 19:39:26 +00:00
phikoehn
a7f7379fa4 fixed bug in detruecaser / interaction with esacping 2013-01-14 19:25:43 +00:00
phikoehn
d5cf38cab2 Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2013-01-14 19:23:02 +00:00
phikoehn
344b150372 bug fixes with escaping / truecasing interactions 2013-01-14 19:22:29 +00:00
Hieu Hoang
fa60724391 merge 2013-01-14 10:39:41 +00:00
Kenneth Heafield
c9687e3b50 Fix longstanding bug in sentence splitter spacing.
"Foo Bar.  Baz Quux." is two sentences even though there are two spaces instead of one.
2013-01-11 13:32:24 +00:00
Graham Neubig
c55a1474df Updated experiment.meta 2013-01-10 16:16:23 +09:00
Barry Haddow
936dbf6516 Instance weighting 2013-01-08 16:40:00 +00:00
Barry Haddow
c86c11abbe instance weighting of lex weights 2013-01-08 15:34:29 +00:00
Barry Haddow
a55a936182 remove warning 2013-01-08 14:28:16 +00:00
Barry Haddow
459acf87b1 Add support for instance weights file 2013-01-04 14:55: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
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
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