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-04-29One step closer to eliminating the requirement to provide num-features=... in...Ulrich Germann
2015-03-30Feature functions and the constructors of TranslationOptionCollectionsUlrich Germann
2015-01-14beautifyHieu Hoang
2015-01-10delete oov ptHieu Hoang
2015-01-07add oovptHieu Hoang
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2014-08-05TargetPhrase to have pointer to the phrase table that creates itHieu Hoang
2014-08-02each target phrase knows what decode graph created itHieu Hoang
2014-05-12backoff for default GetTargetPhraseCollectionBatch(), used by binary pt and c...Hieu Hoang
2014-05-12use Nadir's backoff codeHieu Hoang
2014-05-12backoff fix for memory and on-disk phrase-tablesHieu Hoang
2014-03-251. Renamed PhraseDictionary member function release() to Release().Ulrich Germann
2014-03-24Added virtual member function release(TargetPhraseCollection*) togermann
2014-02-11use boost::unordered_map for CacheColl. Marginally fasterHieu Hoang
2014-01-07Merge branch 'master' of ssh://github.com/moses-smt/mosesdecoderphikoehn
2014-01-06delete cache object. Shows up as memleak in valgrindHieu Hoang
2014-01-05additional time reporting and stardardizationphikoehn
2014-01-03make good use of the new precise timer...phikoehn
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-15move collection of phrase-table from Staticdata to PhraseDictionaryHieu Hoang
2013-10-29remove description argument from feature function constructor. RedundantHieu Hoang
2013-10-29remove description argument from feature function constructor. RedundantHieu Hoang
2013-10-03correct creation of input paths for latticesHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-25Fixed some code formatting issues.=
2013-08-24mark with LEGACYHieu Hoang
2013-08-24mark GetTargetPhraseCollectionNonCache with LEGACYHieu Hoang
2013-08-24mark GetTargetPhraseCollection with LEGACYHieu Hoang
2013-08-23beautifyHieu Hoang
2013-08-21patch segfault for target phrase caching. Only occurs when multithreading.Hieu Hoang
2013-08-21patch segfault for target phrase caching. Only occurs when multithreading.Hieu Hoang
2013-08-16add method to reduce cache sizeHieu Hoang
2013-08-16beautifyHieu Hoang
2013-08-15move caching code to PhraseDictionary. Available to all phrase tablesHieu Hoang
2013-08-07get ready to delete source phrase from TargetPhrase classHieu Hoang
2013-08-07PhraseDictionaryTreeAdaptor::GetTargetPhraseCollectionLegacy return tpColl an...Hieu Hoang
2013-08-07mark a function as legacyHieu Hoang
2013-07-11rename SetTargetPhraseFromPtMatrix() to GetTargetPhraseCollectionBatch()Hieu Hoang
2013-07-11delete as many override of GetTargetPhraseCollection() as possibleHieu Hoang
2013-07-11call legacy code for confusion network input with binary ptHieu Hoang
2013-07-09rename vector<InputPath> to InputPathList. Pass regression testsHieu Hoang
2013-07-07InputLatticeNode to InputPathHieu Hoang
2013-07-07rename InputLatticeNode.h to InputPath.hHieu Hoang
2013-07-05beautifyHieu Hoang
2013-07-03move lookup of all subphrases into PhraseDictionary classHieu Hoang
2013-07-03move lookup of all subphrases into PhraseDictionary classHieu Hoang
2013-06-20redo parsing of feature function parametersHieu Hoang
2013-06-20redo parsing of feature function parametersHieu Hoang
2013-06-19clean up SetParameter()Hieu Hoang
2013-06-17push calling of OnlyTheseFactors() to individual PT implementations, as neededHieu Hoang