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-01-09PhraseOrientationFeature efficiency improvementMatthias Huck
2014-12-30score-stsg: add --TreeScore optionPhil Williams
2014-12-21long overdue feature: do not produce very low scoring translation table ↵Philipp Koehn
entries that are never used and just gum up the works
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-07Add filter-rule-tablePhil Williams
This will eventually replace filter-rule-table.py. At the moment it can only filter rule tables where the source-side is a STSG fragment and when the test sentences have parse trees.
2014-12-07phrase-extract: add syntax-common sub-libraryPhil Williams
And remove some (near-)duplicate code from pcfg-common and score-stsg.
2014-12-07relax-parse: fix hangPhil Williams
SyntaxTree::Parse() would enter a *very* long loop due to an unintialized member variable.
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang
2014-12-04avoid necessity of masking "{{" in the dataMatthias Huck
2014-12-03PhraseOrientationFeatureMatthias Huck
2014-12-02Merge branch 'merge-cmd'Hieu Hoang
2014-12-02move n-best code for phrase-based from IOWrapper to ChartManagerHieu Hoang
2014-12-02Add score-stsg, a program for scoring STSG extract filesPhil Williams
2014-11-21extract-ghkm: change STSG output format.Phil Williams
2014-11-21extract-ghkm: add --STSG optionPhil Williams
2014-11-12avoid necessity of masking "{{" in the dataMatthias Huck
2014-11-12extract-ghkm: add -T2S optionPhil Williams
2014-11-04glue grammar: alignment for <s> and </s>Rico Sennrich
2014-10-10Fix a few more compiler warnings (from Clang mostly).Phil Williams
2014-10-09Fix OxLM.Paul Baltescu
2014-09-13PhraseOrientationFeature: bugfixesMatthias Huck
2014-09-12GHKM glue grammar: Orientation phrase propertyMatthias Huck
2014-09-12GHKM glue grammar: print word alignment links for <s> and </s>,Matthias Huck
SSTART and SEND in internal tree structure
2014-09-12PhraseOrientationFeature for chart-based decoding: a first simple version,Matthias Huck
with lots of log output
2014-09-03argument --NonTermConsecSourceMixedSyntaxHieu Hoang
2014-09-03argument --NonTermConsecSourceMixedSyntaxHieu Hoang
2014-09-01jamfile errorHieu Hoang
2014-08-30change size of syntactic non-termHieu Hoang
2014-08-29add JamfileHieu Hoang
2014-08-29Add option to sort chart translation option after EvaluateWithSourceContextHieu Hoang
2014-08-29eclipseHieu Hoang
2014-08-29Roll out mixed syntaxHieu Hoang
2014-08-29Roll out mixed syntaxHieu Hoang
2014-08-29Roll out mixed syntaxHieu Hoang
2014-08-28space between ||| and {{Hieu Hoang
2014-08-28space between ||| and {{Hieu Hoang
2014-08-08uninitialized variables and double includeMatthias Huck
2014-08-08OxLM integration.Paul Baltescu
2014-08-08source labels: integration into EMSMatthias Huck
2014-08-04Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
Conflicts: doc/Mmsapt.howto
2014-08-04Added missing #include.Ulrich Germann
2014-08-01Missing includeBarry Haddow
2014-07-30delete extract-ordering. Not part of the core functionalityHieu Hoang
2014-07-28use std::numeric_limitsMatthias Huck
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-07-17relax-parse: use cin.peek()Matthias Huck
Hope this eliminates some weird behavior
2014-06-25minor format change in consolidateHieu Hoang
2014-06-13Merge ../mosesdecoder into hieuHieu Hoang
2014-06-13add NonTermContext propertyHieu Hoang
2014-06-13Merge branch 'hieu' of github.com:hieuhoang/mosesdecoder into hieuHieu Hoang