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-03-28Modernize "C" includes in moses.Jeroen Vermeulen
2015-02-18Fix -output-unknowns for -search-algorithm 3 (moses_chart)Phil Williams
2015-01-14beautifyHieu Hoang
2015-01-07score deltas in chart decodingMatthias Huck
2014-12-30moving more stuff out of IOWrapperHieu Hoang
2014-12-26rename ProcessSentence() to Decode()Hieu Hoang
2014-12-15better handling of cache-based models with inconsistent parametersdynamic-modelsNicola Bertoldi
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-10move OutputBest() to ChartManagerHieu Hoang
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang
2014-12-05add Decode to API frameworkHieu Hoang
2014-12-05move OutputWordGraph() and OutputSearchGraph() into ManagersHieu Hoang
2014-12-04move OutputDetailedTreeFragmentsTranslationReport() to ManagerHieu Hoang
2014-12-04move OutputUnknowns() into ManagersHieu Hoang
2014-12-03move OutputDetailedTranslationReport() to ManagersHieu Hoang
2014-12-03add OutputLatticeSamples() to BaseManager. Move OutputAlignment() to ChartMan...Hieu Hoang
2014-12-02add OutputNBest() as abstract method to BaseManager. Tighten up frameworkHieu Hoang
2014-12-02move n-best code for phrase-based from IOWrapper to ChartManagerHieu Hoang
2014-10-08delete lineNumber variable from ChartManager. It should always be carried by ...Hieu Hoang
2014-08-11Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2014-08-08method renameHieu Hoang
2014-08-08method renameHieu Hoang
2014-08-08Implement hypergraph output for chart mosesBarry Haddow
2014-08-06Stub out chart hypergraph outputBarry Haddow
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