Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-11GHKM extraction: option to strip non-terminal labels from BitPar syntactic ↵Matthias Huck
parses right during extraction (i.e., remove any suffix starting with a hyphen from the label)
2015-03-10GHKM: write target parts-of-speech as a factorMatthias Huck
2015-03-05GHKM: extract POS phrase property (from preterminals in the syntactic parse ↵Matthias Huck
tree)
2015-01-21domain features in GHKM extractionMatthias Huck
2014-11-21extract-ghkm: add --STSG optionPhil Williams
2014-11-12extract-ghkm: add -T2S optionPhil Williams
2014-07-28implementation of phrase orientation in GHKM extractionMatthias Huck
(...but a corresponding feature function for the chart-based decoder has not been written yet)
2014-06-11GHKM extraction can add a source labels phrase propertyMatthias Huck
2014-03-24target-syntax: use SoftMatchingFeature to assign non-terminal to unknown wordsRico Sennrich
2013-09-16command line option for extract-ghkm: --TreeFragmentsMatthias Huck
2013-05-29beautifyHieu Hoang
2012-12-17extract-ghkm: --UnknownWordMinRelFreq, --UnknownWordUniformPhil Williams
2012-10-03extract-ghkm: add --SentenceOffset optionPhil Williams
This should behave the same as the --SentenceOffset option for extract-rules. The extract-parallel.perl script expects the rule extractor to have this option.
2012-05-31move c++ code out of /script/ to /Hieu Hoang