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 (Expand)Author
2015-05-17Fix a lot of lint, mostly trailing whitespace.Jeroen Vermeulen
2015-05-15beautify.Hieu Hoang
2015-05-02beautifyHieu Hoang
2015-05-01Remove bad initialization.Jeroen Vermeulen
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-29Fix a bunch of compiler warnings.Jeroen Vermeulen
2015-04-22Remove conflicting definition of isNonTerminal.Jeroen Vermeulen
2015-04-22Support tokenize(const std::string &) as well.Jeroen Vermeulen
2015-04-22Unify tokenize() into util, and unit-test it.Jeroen Vermeulen
2015-03-30integer overflows in Good-Turing discountingMatthias Huck
2015-03-30Remove some unused variables.Jeroen Vermeulen
2015-03-29Fix some compile warnings (gcc 4.9.2).Jeroen Vermeulen
2015-03-28Modernize "C" includes in phrase-extract.Jeroen Vermeulen
2015-03-11glue rules with stripped BitPar labelsMatthias Huck
2015-03-11GHKM extraction: option to strip non-terminal labels from BitPar syntactic pa...Matthias Huck
2015-03-10merge with private branchHieu Hoang
2015-03-10Add phrase-extract/postprocess-egret-forestsPhil Williams
2015-03-10GHKM: write target parts-of-speech as a factorMatthias Huck
2015-03-10pragma onceMatthias Huck
2015-03-09some moderate modifications in phrase-extract/score-main.cppMatthias Huck
2015-03-09conservative update of some old code in phrase-extract/consolidate-main.cppMatthias Huck
2015-03-09consolidate properties: fixing bug from commit b08d3edMatthias Huck
2015-03-09merge with private branch. Add --Count argHieu Hoang
2015-03-06GHKM: POS factor in glue rules: target side onlyMatthias Huck
2015-03-06GHKM extraction / consolidate: write most frequent POS sequence from property...Matthias Huck
2015-03-05POS property in glue rulesMatthias Huck
2015-03-05POS property: map tags to indices in consolidateMatthias Huck
2015-03-05GHKM: extract POS phrase property (from preterminals in the syntactic parse t...Matthias Huck
2015-02-23filter-rule-table: stopgap (non-) filtering for T2S/SCFGPhil Williams
2015-02-19beautifyHieu Hoang
2015-02-11filter-rule-table: comments + minor clean-up.Phil Williams
2015-02-10filter-rule-table: support for "hierarchical" and "s2t" model typesPhil Williams
2015-02-05Using boost for prefix/suffix checks /Jeroen VermeulenHieu Hoang
2015-02-04more efficient default recaser trainingPhilipp Koehn
2015-02-03filter-rule-table: merge changes from t2s branch (still WIP)Phil Williams
2015-01-23SoftSourceSyntacticConstraintsFeature: Now for both non-terminals (as before)...Matthias Huck
2015-01-21forgot to check this in some time agoMatthias Huck
2015-01-21domain features in GHKM extractionMatthias Huck
2015-01-15beautifyHieu Hoang
2015-01-15update extract-mixed-syntaxHieu Hoang
2015-01-14use astyle 2.01. It's on Edinburgh server and doesn't screw up enumHieu Hoang
2015-01-14beautifyHieu Hoang
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 entri...Philipp Koehn
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-07Add filter-rule-tablePhil Williams
2014-12-07phrase-extract: add syntax-common sub-libraryPhil Williams
2014-12-07relax-parse: fix hangPhil Williams
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang