Hieu Hoang
c20af584e7
move TranslationTask into moses/
2014-09-30 12:59:31 +01:00
Hieu Hoang
ebd2e72494
separate out class TranslationTask into it's on file
2014-09-30 12:47:28 +01:00
Hieu Hoang
c40faed0d6
separate out class TranslationTask into it's on file
2014-09-30 12:25:36 +01:00
Hieu Hoang
85261aa190
Merge ../mosesdecoder into merge-cmd
2014-09-30 10:32:29 +01:00
Hieu Hoang
87afd853e5
warn against using SRILM 1.7.1
2014-09-30 10:06:52 +01:00
Hieu Hoang
26c3683a6c
move IOWrapper into moses/
2014-09-29 17:59:14 +01:00
Hieu Hoang
55db902f5f
move IOWrapper into moses/
2014-09-29 17:58:20 +01:00
Hieu Hoang
d60571341d
move LatticeMBR into moses/
2014-09-29 17:34:11 +01:00
Hieu Hoang
08d6f77cea
move TranslationAnalysis for both moses-cmd and moses-char-cmd into moses/
2014-09-29 17:16:11 +01:00
Rico Sennrich
84ad576750
explicitly set BLEU as default scorer (for return-best-dev)
...
(evaluator doesn't accept --scconfig without --sctype)
2014-09-24 14:47:58 +01:00
Hieu Hoang
610090c2ed
don't run truecase trainer unless it's asked for
2014-09-23 21:50:53 +01:00
Hieu Hoang
58a49fd2df
eclipse
2014-09-22 11:23:33 +01:00
Hieu Hoang
c8d6ff05bd
don't ever link to libboost*-mt
2014-09-22 10:56:14 +01:00
Rico Sennrich
59cd4be2c9
don't use optimizer-specific options in extractor/evaluator
2014-09-22 10:49:20 +01:00
Rico Sennrich
d39cbca0b9
(optionally) use n-best file for evaluator/return-best-dev
...
this adds support for metrics that rely on alignment / trees
2014-09-22 10:49:20 +01:00
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