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
2014-06-08merged master into dynamic-modelsNicola Bertoldi
2014-06-05Commented out unused variable.Ulrich Germann
2014-05-19beautifyNicola Bertoldi
2014-05-13moses_chart: remove ChartTrellis* k-best codePhil Williams
2014-04-21moses_chart: oops, don't output more distinct translations than requestedPhil Williams
2014-04-21moses_chart: enable ChartKBestExtractor.Phil Williams
2014-03-21various optimizations to make CYK+ parser several times faster and eat less m...Rico Sennrich
2013-12-12more debug functionsHieu Hoang
2013-12-12more debug functionsHieu Hoang
2013-12-11consistent global variable g_mosesDebugHieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-09-22get rid of some warningsHieu Hoang
2013-09-18take out -constraint from Parameter. Now handled exclusively in FFHieu Hoang
2013-09-17implement ConstrainedDecoding FFHieu Hoang
2013-09-13make sure Evaluate(inputPath) is called for chart translation optionsHieu Hoang
2013-08-31start on forced decoding for SCFGHieu Hoang
2013-08-30start on forced decoding for SCFGHieu Hoang
2013-08-12create ChartTranslationOption class that store pointer to target phrase. Don'...Hieu Hoang
2013-08-09convert to using shared pointers in ChartTranslationOptionsHieu Hoang
2013-08-09add InputPath objects of chart decoding. Start on lattice input for chart dec...Hieu Hoang
2013-08-08const TargetPhrase in TargetPhraseCollectionHieu Hoang
2013-07-24create target phrases, not Translation Options, for XML. Can be used in both ...Hieu Hoang
2013-07-24create target phrases, not Translation Options, for XML. Can be used in both ...Hieu Hoang
2013-06-11delete pre-calculated scoring in ChartHypothesis. Should be subsumed by new s...Hieu Hoang
2013-06-06cleanup LoadFeatureFunctions()Hieu Hoang
2013-06-05alternate weight settings: added option to turn off features completelyphikoehn
2013-05-29beautifyHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-24delete enum StatelessFeatureType. Features can be multiple types at once. Jus...Hieu Hoang
2013-05-13rename entries in enum StatelessFeatureTypeHieu Hoang
2013-05-13get rid of TargetPhrase::SetScore. Expose ScorerBreakdown object so they can ...Hieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-04-30enum StatelessFeatureTypeHieu Hoang
2013-04-24gt rid of word penalty of 0.434. Adjust weight accordinglyHieu Hoang
2013-02-22delete ScoreProducerHieu Hoang
2012-12-31move feature function variables into FeatureFunction.hHieu Hoang
2012-12-28move all InitializeForInput() and CleanUpAfterSentenceProcessing() into Chart...Hieu Hoang
2012-12-21move initialization and cleanup functions to staticDataHieu Hoang
2012-12-19move WordPenalty to staticDataHieu Hoang
2012-12-19move feature function variables from TranslationSystem back to StaticDataHieu Hoang
2012-11-13remove hardcoded label for top of sentenceHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang