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-10-25WordsRange -> RangeHieu Hoang
2015-10-25WordsBitmap -> BitmapHieu Hoang
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-03-09Moved caching of lexical reordering scores from class TranslationOption to cl...Ulrich Germann
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-08-08method renameHieu Hoang
2014-08-04TargetPhrase to have pointer to the phrase table that creates itHieu Hoang
2014-01-15beautifyNicola Bertoldi
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-08-30move LexicalReordering to FF directoryHieu Hoang
2013-08-13implement Evaluate(inputpath, input) for chart translation options. Plumbing ...Hieu Hoang
2013-08-12delete debug messagesHieu Hoang
2013-08-08Evaluate(InputType) --> Evaluate(InputType, Phrase source)Hieu Hoang
2013-08-08consistently set source phrase in translation options as soon as the trans op...Hieu Hoang
2013-08-08consistently set source phrase in translation options as soon as the trans op...Hieu Hoang
2013-08-07beautifyHieu Hoang
2013-08-07source phrase is a pointer in translation options.Hieu Hoang
2013-08-05all hypotheses have translation option. All translation options have target p...Hieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-23add plumbing for evaluating features that need source sentenceHieu Hoang
2013-05-21delete references to LMListHieu Hoang
2013-05-08rename variable which is just used for caching lexicalised reordering scoresHieu Hoang
2013-05-08rename variable which is just used for caching lexicalised reordering scoresHieu Hoang
2013-05-08delete redundant ScoreComponentCollection in Translation OptionHieu Hoang
2013-05-08each new target phrase in factored decomposition holds scores from previous s...Hieu Hoang
2013-04-26delete PhraseDictionaryMemory. Fix word penalty in compact phrase tableHieu Hoang
2013-04-26don't convert LM score from 1 log to another for chart decodingHieu Hoang
2013-04-26make scfg work with factored input. Strip factors from source that are not pa...Hieu Hoang
2013-04-25delete PhraseDictionaryMemory. Use PhraseDictionarySCFGHieu Hoang
2013-02-22delete ScoreProducerHieu Hoang
2012-12-20move language model from TranslationSystem back to StaticDataHieu Hoang
2012-12-19move WordPenalty to staticDataHieu Hoang
2012-11-27make TranslationModel subdirectory and move files from moses/ into itHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang