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
2017-02-15Revert "Added support for moses' default KenLM in train-transliteration-modul...revert-176-RELEASE-3.0-cpp14Hieu Hoang
2017-02-15Merge pull request #176 from 5aurabhpathak/RELEASE-3.0-cpp14Hieu Hoang
2017-02-11Added support for moses' default KenLMSaurabh Pathak
2017-01-29make fixes the same as masterHieu Hoang
2017-01-29compiles with c++14 turned onHieu Hoang
2015-01-27shut upRELEASE-3.0Hieu Hoang
2015-01-27don't define TEST_DYN_LINK. Doesn't work on OSX with manually compiled boostHieu Hoang
2015-01-23beautifyHieu Hoang
2015-01-23eclipseHieu Hoang
2015-01-23eclipseHieu Hoang
2015-01-23Merge branch 'master' of github.com:moses-smt/mosesdecoderMarcin Junczys-Dowmunt
2015-01-23Add missing chck for empty range while flushingMarcin Junczys-Dowmunt
2015-01-22Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-01-22KenLM a6d57501dcac95a31719a8628f6cbd288f6741e2 including Marcin's fixed pruningKenneth Heafield
2015-01-22Merge ../hhHieu Hoang
2015-01-22use utf8 german modelHieu Hoang
2015-01-22Set default number of scores to 4Marcin Junczys-Dowmunt
2015-01-22fixed segfault for querying, set scores to 4Marcin Junczys-Dowmunt
2015-01-22C++ tokenizer based on RE2. Not by me.Kenneth Heafield
2015-01-22option to sort translation options after EvaluateAfterSourceContextHieu Hoang
2015-01-21C++ tokenizer based on RE2. Not by me.Kenneth Heafield
2015-01-21option to sort translation options after EvaluateAfterSourceContextHieu Hoang
2015-01-21SoftSourceSyntacticConstraintsFeature: use -inf rather than min for featureVa...Matthias Huck
2015-01-21forgot to check this in some time agoMatthias Huck
2015-01-21domain features in GHKM extractionMatthias Huck
2015-01-20Revert "improved interface towards IRSTLM"Matthias Huck
2015-01-20Work-around for temporary translation option collection size during phrase ta...Marcin Junczys-Dowmunt
2015-01-20May is not an abbreviationKenneth Heafield
2015-01-19Fixed thread-safetyMarcin Junczys-Dowmunt
2015-01-19Thread-safety and constnessMarcin Junczys-Dowmunt
2015-01-19Added new VW feature and execption to Simple9Marcin Junczys-Dowmunt
2015-01-18Merge branch 'master' of https://github.com/moses-smt/mosesdecoderNicola Bertoldi
2015-01-17Another attempt at fixing dangling alignment pointsMarcin Junczys-Dowmunt
2015-01-16PhraseOrientationFeature: distinguishStates parameter,Matthias Huck
2015-01-16Merge branch 'master' of github.com:moses-smt/mosesdecoderAles Tamchyna
2015-01-16IsCorrectTranslationOption no longer confused by matching subphrasesAles Tamchyna
2015-01-16SoftSourceSyntacticConstraintsFeature: bugfixMatthias Huck
2015-01-16don't normalise quotes if tokenizing like Penn /Phil WilliamsHieu Hoang
2015-01-16move normalisation of quotes into normalize-punctuation.perl /Tom HoarHieu Hoang
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-14fix score transformationAles Tamchyna
2015-01-14floor score before log in VWAles Tamchyna
2015-01-14Fix a few warnings.Phil Williams
2015-01-13Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-01-13use pigz rather than gzip if it existsHieu Hoang
2015-01-13Fix compilation error due to ambiguous function call (clang)Phil Williams
2015-01-12bugfixes in VW: correct string escaping, avoid infinite loop with missing ali...Ales Tamchyna