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
path: root/moses/FF
AgeCommit message (Expand)Author
2015-12-07Code cleanup.Ulrich Germann
2015-11-27Fix a few compiler warnings (clang)Phil Williams
2015-11-25daily automatic beautifierMosesAdmin
2015-11-24Merge remote-tracking branch 'legacy/master'Ulrich Germann
2015-11-24FF registration is now in FeatureFactory::DefaultSetup, ...Ulrich Germann
2015-11-20daily automatic beautifierMosesAdmin
2015-11-19Code decluttering.Ulrich Germann
2015-11-17forward declare SHyperedge in StatefulFeatureFunction, StatelessFeatureFunctionDavid Madl
2015-11-17FeatureFunction: enable construction without registeringDavid Madl
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-26Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-10-26make Bitmap constructor explicit in case we accidently create a copy during c...Hieu 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-24Eliminated EvaluateWhenAppliedWithContext().Ulrich Germann
2015-10-18beautifyHieu Hoang
2015-10-18mergeHieu Hoang
2015-10-18change dynamic to static castHieu Hoang
2015-10-18delete unused comparison functionsHieu Hoang
2015-10-18templatize Comparer for unordered maps/setHieu Hoang
2015-10-18daily automatic beautifierMosesAdmin
2015-10-18Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-10-18clean up comparison functions for Words and PhrasesHieu Hoang
2015-10-17clean up comparison functions for Words and PhrasesHieu Hoang
2015-10-17clean up states after API changeHieu Hoang
2015-10-16daily automatic beautifierMosesAdmin
2015-10-16use util::StringStreamHieu Hoang
2015-10-16make util::StringStream more like std::stringstreamHieu Hoang
2015-10-16make util::StringStream more like std::stringstreamHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-10-16beautifyHieu Hoang
2015-10-16change InputFeature::Instance to return pointer, not ref. Strange segfault in...Hieu Hoang
2015-10-14new FF state API for more FFHieu Hoang
2015-10-14use KenLM's own hash and operator== fnHieu Hoang
2015-10-14syntax decoding uses unordered setHieu Hoang
2015-10-13TargetNgramState debuggingHieu Hoang
2015-10-13new FF state API for more FFHieu Hoang
2015-10-13new FF state API for more FFHieu Hoang
2015-10-13Merge branch 'perf_ff' of github.com:hieuhoang/mosesdecoder into perf_ffHieu Hoang
2015-10-13new FF state API for more FFHieu Hoang
2015-10-13`Merge branch 'perf_ff' of github.com:hieuhoang/mosesdecoder into perf_ffUbuntu
2015-10-13Merge ../mosesdecoder into perf_ffUbuntu
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