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-12-12daily automatic beautifierMosesAdmin
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-12-09daily automatic beautifierMosesAdmin
2015-12-07Code cleanup.Ulrich Germann
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide n-bes...Ulrich Germann
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-16change InputFeature::Instance to return pointer, not ref. Strange segfault in...Hieu Hoang
2015-08-08daily automatic beautifierMosesAdmin
2015-08-07Post-merge bug fixes and cleanup.Ulrich Germann
2015-08-05Option reorganisation in StaticData.Ulrich Germann
2015-05-02beautifyHieu Hoang
2015-03-30Feature functions and the constructors of TranslationOptionCollectionsUlrich Germann
2015-03-21Removed pointer to TranslationTask in InputTypes again. Not the right place t...Ulrich Germann
2015-03-15Instances of InputType (and derived classes) now know which TranslationTask (...Ulrich Germann
2015-02-12Rename StaticData::IsChart() to IsSyntax() and add new SearchAlgorithm valuesPhil Williams
2015-01-14use astyle 2.01. It's on Edinburgh server and doesn't screw up enumHieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2014-06-05Commented out unused variable.Ulrich Germann
2014-04-11Rewrite of Word::CreateFromString() to accommodate elimination ofUlrich Germann
2014-04-08Replaced calls to String2Word by calls to Word::CreateFromString(). String2Wo...Ulrich Germann
2014-03-25Changed verbosity level for "read confusion net with format ..." to 2.Ulrich Germann
2014-03-11Reformatting for readability.Ulrich Germann
2014-01-13get rid of all aborts from decoderHieu Hoang
2013-12-07move all feature functions out of StaticDataHieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-20replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-10-02move checking of legacy phrase-table to StaticDataHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-24check to make sure there is an InputFeature when decoding lattice or confusio...Hieu Hoang
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-08-02Add NonTerminalSet variable to InputPathHieu Hoang
2013-06-05delete information on input scores from StaticDataHieu Hoang
2013-06-05update confusion network to query InputFeature for paramters, rather than Sta...Hieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2012-12-06clean up weights code for confusion networks & lattices. Works, except for mu...Hieu Hoang
2012-11-27make TranslationModel subdirectory and move files from moses/ into itHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang