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-10-26make Bitmap constructor explicit in case we accidently create a copy during c...Hieu Hoang
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-25WordsBitmap -> BitmapHieu Hoang
2015-10-18change dynamic to static castHieu Hoang
2015-10-18clean up comparison functions for Words and PhrasesHieu Hoang
2015-10-17clean up states after API changeHieu Hoang
2015-10-16beautifyHieu Hoang
2015-10-14new FF state API for more FFHieu Hoang
2015-10-08add hash() to FFState. Get ready to use unordered_set in stacksHieu Hoang
2015-04-29Fix a bunch of compiler warnings.Jeroen Vermeulen
2015-02-12Rename StaticData::IsChart() to IsSyntax() and add new SearchAlgorithm valuesPhil Williams
2015-01-14beautifyHieu Hoang
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2014-12-14rename ChartDecoding -> CYKPlus. Comment out CubeGrowing, not implementedmerge-cmdHieu Hoang
2014-07-10rename Evaluate() to EvaluateWhenApplied()Hieu Hoang
2014-07-10rename Evaluate() to EvaluateWhenApplied()Hieu Hoang
2014-01-13get rid of all abortsHieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-15provide mira program with BLEU Feature. Delete assert statement.Hieu Hoang
2013-10-29remove description argument from feature function constructor. RedundantHieu Hoang
2013-09-25skeleton PTHieu Hoang
2013-08-14beautifyHieu Hoang
2013-08-13refactor bleu score feature function. Still segfaults when running miraHieu Hoang
2013-08-13refactor bleu score feature function. Still segfaults when running miraHieu Hoang
2013-06-18ChartDecoding isn't the only syntax algorithmKenneth Heafield
2013-05-30figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-28delete sourcePhrase variable in TargetPhrase classHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang