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-11Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-11daily automatic beautifierMosesAdmin
2015-12-10Code cleanup and refactoring.Ulrich Germann
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-11-17Hypothesis: get rid of calls into Manager from constructorDavid Madl
2015-11-02daily automatic beautifierMosesAdmin
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide n-bes...Ulrich Germann
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-25WordsBitmap -> BitmapHieu Hoang
2015-10-20unit test changesHieu Hoang
2015-10-20use Bitmap& in HypothesisHieu Hoang
2015-10-19delete use of mempool in Hypos. Never used. Getting in the way of next refact...Hieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-03-26Managers and feature functions now have access to the entire TranslationTask,...Ulrich 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-01-02consistent constructor for all managersHieu Hoang
2014-10-07delete lineNumber variable from Manager and TranslationTask. It should always...Hieu Hoang
2014-08-04TargetPhrase to have pointer to the phrase table that creates itHieu Hoang
2014-05-31Eliminated factor delimiter from the parameters ofUlrich Germann
2013-09-17constrained decoding FF works for both pb and hieroHieu Hoang
2013-08-05all hypotheses have translation option. All translation options have target p...Hieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-22Make Phrase::CreateFromString() more efficientHieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-05-08each new target phrase in factored decomposition holds scores from previous s...Hieu Hoang
2013-03-08merge Phrase::CreateFromString() and Phrase::CreateFromStringNewFormat()Hieu Hoang
2013-02-02tokenize line now moved into base class ScoreProducerHieu Hoang
2012-12-21completely gutted TranslationSystemHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang