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
2016-12-06bug in state comparison. If 2 states are actually the same object, return tru...Hieu Hoang
2016-03-24recreate lex ro framework from MosesHieu Hoang
2016-03-23compile error with suffix arrayHieu Hoang
2016-03-23rename LexicalReorderingState.h -> LRState.hHieu Hoang
2016-03-23separate LRModel into its own fileHieu Hoang
2016-03-23separate BidirectionalReorderingState into its own fileHieu Hoang
2016-03-23separate PhraseBasedReorderingState into its own fileHieu Hoang
2016-03-23separate HReorderingBackwardState into its own fileHieu Hoang
2016-03-23separate HReorderingForwardState into its own fileHieu Hoang
2015-12-15scoring now done in the state classHieu Hoang
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-08Code refactoring: All FF now get access to AllOptions at load time, so they d...Ulrich Germann
2015-11-24Merge remote-tracking branch 'legacy/master'Ulrich Germann
2015-11-24FF registration is now in FeatureFactory::DefaultSetup, ...Ulrich Germann
2015-11-19Code decluttering.Ulrich Germann
2015-11-10Handle lexicalized reordering models with collapseff.Ulrich Germann
2015-11-04estimatedScore -> estimatedScoresHieu Hoang
2015-11-03consistent naming of future scores, estimated scoresHieu Hoang
2015-10-26move m_bitmaps into Search class. Cube pruning uses it tooHieu Hoang
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-25WordsBitmap -> BitmapHieu Hoang
2015-10-18delete unused comparison functionsHieu Hoang
2015-10-18Merge branch 'perf_baseline' of github.com:hieuhoang/mosesdecoder into perf_b...Hieu Hoang
2015-10-17clean up states after API changeHieu Hoang
2015-10-16make util::StringStream more like std::stringstreamHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-10-16beautifyHieu Hoang
2015-10-14use KenLM's own hash and operator== fnHieu Hoang
2015-10-14syntax decoding uses unordered setHieu Hoang
2015-10-13new FF state API for more FFHieu Hoang
2015-10-13new FF state API for HReorderingForwardStateHieu Hoang
2015-10-13new FF state API for most Lex reordering FFHieu Hoang
2015-10-12redo state API for simple distortion and KenLM. Regression failure with KenLMHieu Hoang
2015-10-08add operator==() to FFState. Get ready to use unordered_set in stacksHieu Hoang
2015-10-08add operator==() to FFState. Get ready to use unordered_set in stacksHieu Hoang
2015-10-08add hash() to FFState. Get ready to use unordered_set in stacksHieu Hoang
2015-08-09Updated Emacs code formatting instructions.Ulrich Germann
2015-05-19Preparation for allowing context-aware decoding.Ulrich Germann
2015-05-10beautifyHieu Hoang
2015-05-03Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-05-03Bug fix wrt. lexical reordering of OOV words in combination with Mmsapt.Ulrich Germann
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-29One step closer to eliminating the requirement to provide num-features=... in...Ulrich Germann
2015-04-26Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into mmt-devUlrich Germann
2015-04-23cleanupMatthias Huck
2015-04-23SparseReordering: option to use pre-tuned feature weights internallyMatthias Huck
2015-04-21Recognize lexicalized reordering scores on TranslationOption instances provid...Ulrich Germann
2015-04-21Minor code reformatting.Ulrich Germann
2015-03-16Made LRModel::ReorderingType an enumerated type.Ulrich Germann