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
AgeCommit message (Expand)Author
2012-02-07moses_chart: reduce memory usage by creating one ChartTranslationOptionListPhil Williams
2012-02-07moses_chart: rename ChartTranslationOptionList's Sort() functionPhil Williams
2012-02-06moses_chart: simplify ChartTranslationOptionCollection a bit.Phil Williams
2012-02-06moses_chart: remove unused adhereTableLimit parameter fromPhil Williams
2012-02-04cleanupChristian Buck
2012-02-04gcc 4.6.0 compiler error already fixed by HieuChristian Buck
2012-02-03Merge branch 'master' of git://github.com/moses-smt/mosesdecoderChristian Buck
2012-02-03less debug output in GlobalLexicalModelChristian Buck
2012-02-03CleanupChristian Buck
2012-02-03added thread-safe cache to GlobalLexiconModelChristian Buck
2012-02-03Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-02-03compile error gcc 4.6.0Hieu Hoang
2012-02-03Merge pull request #9 from miska/masterHieu Hoang
2012-02-03fixed gcc4.6 error (size_t does not name a type)Christian Buck
2012-02-01Add explicit to the ThreadPool constructor.Tetsuo Kiso
2012-01-31Fix library dependenciesMichal Hrusecky
2012-01-31Using __typeof__ instead of typeofMichal Hrusecky
2012-01-31Distribution friendly src/LM/JamfileMichal Hrusecky
2012-01-31Use make_pair without typeMichal Hrusecky
2012-01-26moses_chart: add an alternative parser that implements the algorithm outlinedPhil Williams
2012-01-26Move some more source files into moses/src/RuleTablePhil Williams
2012-01-26Create a subdirectory in moses/src for the main CYK+ source files.Phil Williams
2012-01-25moses_chart: rule lookup now produces a vector of stack pointers (and aPhil Williams
2012-01-24Add RuleTableTrie, an abstract base class of PhraseDictionarySCFG.Phil Williams
2012-01-23Create a subdirectory in moses/src for rule table source files.Phil Williams
2012-01-23Use boost::unordered_map for faster lookup in ChartCell and ChartCellLabelSet.Phil Williams
2012-01-23Remove obsolete #if HAVE_CONFIG_H directives.Phil Williams
2012-01-13Fix GetScoreProducerDescriptionKenneth Heafield
2012-01-08xcodeHieu Hoang
2011-12-30abort if threading with irstHieu Hoang
2011-12-21Attempt to fix Stephan Walter's bug reportKenneth Heafield
2011-12-05Fix failed to write output file ... lm.logKenneth Heafield
2011-12-02Write lm file after successful build completionKenneth Heafield
2011-12-02Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2011-12-02Kludge to rebuild parts if language model options changeKenneth Heafield
2011-12-02move vs and xcode project files into separate contrib folderHieu Hoang
2011-12-02Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2011-12-01Merge CreateOnDisk into OnDiskPt, pop out of srcKenneth Heafield
2011-12-01Fine, go back to allowing multi-threaded builds to link against IRSTLMKenneth Heafield
2011-12-01Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2011-12-01No more autotools (with bhaddow in the room)Kenneth Heafield
2011-12-01More explaination about <s> errorKenneth Heafield
2011-11-30Force single-threaded build if --with-irstlmKenneth Heafield
2011-11-29Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2011-11-28Avoid naming conflict with glibc's libutilKenneth Heafield
2011-11-26Garbage collect uncalled AddEquivPhrase functionKenneth Heafield
2011-11-25Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2011-11-25Actually, moses depends on OnDiskPt, not the other way around.Kenneth Heafield
2011-11-24xcodeHieu Hoang
2011-11-23compile error with threadsHieu Hoang