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-11-10Handle lexicalized reordering models with collapseff.Ulrich Germann
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-17clean up states after API changeHieu Hoang
2015-10-16beautifyHieu 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 hash() to FFState. Get ready to use unordered_set in stacksHieu Hoang
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-21Minor code reformatting.Ulrich Germann
2015-03-16Made LRModel::ReorderingType an enumerated type.Ulrich Germann
2015-02-19beautifyHieu Hoang
2015-02-15Code reorganization and cleanup around Lexical Reordering Round 2.Ulrich Germann
2015-02-15Code cleanup and reorganization. A few classes have been renamed to shorter n...Ulrich Germann
2015-01-14beautifyHieu Hoang
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2014-09-21allow specification of default scores for lexicalized reordering modelPhilipp Koehn
2014-06-24Implement 'between' featuresr.Barry Haddow
2014-06-23Merge remote-tracking branch 'origin/master' into sparse-reorderingBarry Haddow
2014-06-13Remove more unnecessary dynamic castsXapaJIaMnu
2014-06-13Remove unnecessary dynamic_castXapaJIaMnu
2014-06-10basic implementation of non-hierarchical sparse featuresBarry Haddow
2014-06-07Call sparse reorderingBarry Haddow
2014-06-06Pass scc, not scoresBarry Haddow
2014-06-06Move sparse reordering object to LR configBarry Haddow
2014-05-27Stub out sparse reordering classBarry Haddow
2014-05-27fix includesBarry Haddow
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-21delete includes for util/check.hhHieu Hoang
2013-11-20replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-08-30move LexicalReordering to FF directoryHieu Hoang