Commit Graph

12612 Commits

Author SHA1 Message Date
Rico Sennrich
3d00e5dc8c basic support for more metrics with kbmira
metrics need getReferenceLength (for background smoothing) to work with kbmira
2014-09-22 10:49:20 +01:00
Rico Sennrich
6810b225cc calculateScore with float (for smoothing support) 2014-09-22 10:49:20 +01:00
Rico Sennrich
f40bb2c53c HWCM for MERT 2014-09-22 10:49:20 +01:00
Hieu Hoang
2c66ae5e34 eclipse 2014-09-22 10:18:08 +01:00
Philipp Koehn
ab90efe4af allow specification of default weights 2014-09-22 05:28:57 +01:00
Philipp Koehn
33fbbc5faa allow specification of default scores for lexicalized reordering model 2014-09-21 07:43:44 +01:00
Philipp Koehn
e9db2fe4aa Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2014-09-21 06:04:22 +01:00
Philipp Koehn
1ed54a6181 add tool for phrase lookup with biconcor 2014-09-21 06:03:51 +01:00
Philipp Koehn
3740c9f248 bug fix mmsapt training 2014-09-21 06:02:35 +01:00
Philipp Koehn
a8659d1399 support for specified weights 2014-09-21 06:01:16 +01:00
Philipp Koehn
acefdb0262 bug fix for final-step 2014-09-21 05:59:21 +01:00
Hieu Hoang
cbf85cc1f7 add back server compile, with warning about xmlrpc-c version 1.25.29 2014-09-17 19:29:45 +02:00
Rico Sennrich
0861b464c5 use square brackets with output format '--brackets' (for cleaner escaping and consistency with decoder tree output) 2014-09-15 14:37:52 +01:00
Matthias Huck
7e359a8892 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-09-13 00:20:52 +01:00
Matthias Huck
5ac6c42508 PhraseOrientationFeature: bugfixes 2014-09-13 00:20:17 +01:00
Rico Sennrich
4da0ffc926 use configured scorer (and not always BLEU) for --return-best-dev 2014-09-12 19:17:23 +02:00
Rico Sennrich
61c00ed636 n-best tree output 2014-09-12 19:17:23 +02:00
Rico Sennrich
0a127cb0f1 refactoring 2014-09-12 19:17:23 +02:00
Matthias Huck
152ddb7513 PhraseOrientationFeature 2014-09-12 18:05:27 +01:00
Matthias Huck
0ddea954f2 PhraseOrientationFeature: TODOs
(1) For efficiancy reasons, the initialization of the phrase orientation scoring object should be done as a precomputation step
(2) Handle degenerate cases with boundary non-terminals
2014-09-12 17:50:02 +01:00
Matthias Huck
0cf0d595d3 GHKM glue grammar: Orientation phrase property 2014-09-12 17:30:03 +01:00
Matthias Huck
63316960a1 GHKM glue grammar: print word alignment links for <s> and </s>,
SSTART and SEND in internal tree structure
2014-09-12 17:18:31 +01:00
Matthias Huck
90e6ec8d11 PhraseOrientationFeature: remove debug output 2014-09-12 17:17:40 +01:00
Matthias Huck
b8526989de Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2014-09-12 13:58:14 +01:00
Matthias Huck
85a441ae11 Jamfile update for PhraseOrientationFeature 2014-09-12 13:52:46 +01:00
Matthias Huck
1523f3315d PhraseOrientationFeature for chart-based decoding: a first simple version,
with lots of log output
2014-09-12 13:51:04 +01:00
Ondrej Bojar
14449b3601 towards a simple line-oriented dump of FSA 2014-09-11 14:50:59 +02:00
Ondrej Bojar
c2fa95dfd8 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2014-09-10 14:35:52 +02:00
Ondrej Bojar
01e364d1e6 use --n=0 to check coverage of full sents 2014-09-10 14:33:55 +02:00
Matthias Huck
7ee22d40a8 Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2014-09-09 18:18:11 +01:00
Matthias Huck
58842b8ffb PhraseOrientationFeature dummy. Does not do anything yet. 2014-09-09 18:17:05 +01:00
Hieu Hoang
2158ba270d don't compile moses server by default 2014-09-09 17:09:36 +02:00
Barry Haddow
c823918200 Pass arguments correctly to Moses 2014-09-09 11:47:23 +01:00
Barry Haddow
986d753a90 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-09-09 10:23:29 +01:00
Barry Haddow
21b7548b32 Tidy comments 2014-09-09 10:23:17 +01:00
Hieu Hoang
1571d39b1b don't require any external lib (except boost£ 2014-09-09 11:09:45 +02:00
Barry Haddow
cdf41ab26b Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-09-08 17:21:15 +01:00
Barry Haddow
eaa7652bac Fix caching on mosesserver by using ThreadPool 2014-09-08 17:09:55 +01:00
Ulrich Germann
53c3f19b94 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2014-09-08 17:04:01 +01:00
Barry Haddow
f73538aba0 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-09-08 15:22:39 +01:00
Barry Haddow
18437a0351 phrase table pruning 2014-09-08 15:08:18 +01:00
Ulrich Germann
db6e5de641 Added initial code for utility to count features of PhraseDictionaryBitextSampling. 2014-09-08 11:03:05 +01:00
Ulrich Germann
5571ec91c6 Code cleanup. 2014-09-08 09:26:09 +01:00
Ulrich Germann
4941314a48 Branch biased bitext sampling: Initial check-in. 2014-09-08 09:26:09 +01:00
Ulrich Germann
a86d49fc88 Added bias to bitext sampling. 2014-09-08 09:26:08 +01:00
Ulrich Germann
cef6460981 Initial check-in. 2014-09-08 09:26:08 +01:00
Ulrich Germann
a87a9ff207 Moved class PhrasePair back to ug_bitext.
Moved function expand() from mmsapt.cc to ug_bitext.h.
Added new lookup function to class Bitext.
Bug fixes related to inverse lookup in class Bitext.
2014-09-08 09:26:08 +01:00
Ulrich Germann
015d690b6f Added try-align2 to --with-mm and new switch --with-icu. 2014-09-08 09:26:08 +01:00
Ulrich Germann
d7645cb7f1 Commented out unused variable. 2014-09-08 09:26:08 +01:00
Ulrich Germann
b588df77f0 Bug fix related to threading. 2014-09-08 09:26:08 +01:00