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 (Collapse)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
Conflicts: moses/server/TranslationRequest.cpp
2015-11-24FF registration is now in FeatureFactory::DefaultSetup, ...Ulrich Germann
... not in the FF constructor any more. This is related to a bug fix in Base.cpp, related to moving the LM OOV feature specification from the global space into the setup of individual LMs (to eliminate the dependence on StaticData in the LM constructors).
2015-11-20daily automatic beautifierMosesAdmin
2015-11-19Code decluttering.Ulrich Germann
The class StatefuleFeatureFunction now provides an empty dummy implementation of various (virtual) Evaluate... functions. The corresponding empty implementations on derived classes have been removed.
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 ↵Hieu Hoang
cube pruning algorithm
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
The Phrase class now provides access to the TranslationTask.
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 ↵Hieu Hoang
in OSX/clang
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