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 (Collapse)Author
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-03-30Feature functions and the constructors of TranslationOptionCollectionsUlrich Germann
now have access to the current translation task. This was done to allow context-sensitive processing (if provided by the FF).
2015-02-06Changed return type of CreateTranslationOptionsForRange(...) from void to bool.Ulrich Germann
2013-08-15xml constraintphikoehn
2013-08-02minor cleanupHieu Hoang
2013-07-07InputLatticeNode to InputPathHieu Hoang
2013-07-07rename InputLatticeNode.h to InputPath.hHieu Hoang
2013-07-04a little bit more towards using prefix subphrase to optimize translation ↵Hieu Hoang
rule lookup
2013-07-02separate class InputLatticeNode into seprate fileHieu Hoang
2013-06-28beautifyHieu Hoang
2013-06-28find all target phrases before searchHieu Hoang
2013-06-28separate CreateTranslationOptionsForRange() for text and confusion network inputHieu Hoang
2013-06-28create matrix of subphrases in class TranslationOptionCollectionTextHieu Hoang
2013-06-21rollbackHieu Hoang
2013-06-20redo parsing of feature function parametersHieu Hoang
2013-06-17separate retrieving of translation options for sentences from confusion ↵Hieu Hoang
networks/lattices. Ready to optimise for sentences
2013-06-17create prefix array for sentence inputHieu Hoang
2013-06-15segment confusion network in class TranslationOptionCollectionConfusionNet, ↵Hieu Hoang
rather than in PDAImp. Get ready to make it work with any phrase table
2013-05-21delete references to LMListHieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang