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
2015-11-03eclipse. And more #ifdef HAVE_XMLRPC_CHieu Hoang
2015-11-03consistent naming of future scores, estimated scoresHieu Hoang
2015-11-03consistent naming of future scores, estimated scoresHieu Hoang
2015-11-03daily automatic beautifierMosesAdmin
2015-11-03Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-11-02Bug fix: yet another reference to StaticData that needed to go.Ulrich Germann
2015-11-02Move square matrix init into classHieu Hoang
2015-11-02Formatting.Ulrich Germann
2015-11-02Forking caused problems ...Ulrich Germann
2015-11-02daily automatic beautifierMosesAdmin
2015-11-01Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-11-01Improved reporting of nbest scores via server interface.Ulrich Germann
2015-10-31daily automatic beautifierMosesAdmin
2015-10-31Merge branch 'mmt-dev'Ulrich Germann
2015-10-31Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-10-31Merge branch 'mmt-dev' of https://github.com/ModernMT/mosesdecoder into mmt-devUlrich Germann
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide n-bes...Ulrich Germann
2015-10-31test chart passed.Jun-ya Norimatsu
2015-10-31Phrase based model passes.Jun-ya Norimatsu
2015-10-30More analysis tools; work in progress.Ulrich Germann
2015-10-30Made a few things compile with Makefile outside of the bjam compile.Ulrich Germann
2015-10-29restored the not-adaptive version of mosesnicolabertoldi
2015-10-29changes to resolve compilation issue with g++.4.4.7nicolabertoldi
2015-10-28Once set, context weights are now always const on the ContextScope.Ulrich Germann
2015-10-28Minor code cleanup.Ulrich Germann
2015-10-28Bug fix.Ulrich Germann
2015-10-28note to self in case i forget again in futureHieu Hoang
2015-10-281. Bug fix: DocumentBias didn't store the map from doc names to doc weights i...Ulrich Germann
2015-10-28Bug fix related to where context weights live.Ulrich Germann
2015-10-28Context weights now live in the ContextScope, not any more on TranslationTask.Ulrich Germann
2015-10-28Added #define for boost::weak_ptr.Ulrich Germann
2015-10-27Specify "zero" values for feature scores for PhraseDictionaryGroupMichael Denkowski
2015-10-27Consistent tie-breaking for cbdsMichael Denkowski
2015-10-27daily automatic beautifierMosesAdmin
2015-10-26Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-10-26Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-10-26More deterministic tie-breaking for cube pruning (--cbds)Michael Denkowski
2015-10-26Separate SVertexRecombination{EqualityPred,Hasher} classesPhil Williams
2015-10-26daily automatic beautifierMosesAdmin
2015-10-26more unit test failuresHieu Hoang
2015-10-26unit test. Doesn't run on my machineHieu Hoang
2015-10-26daily automatic beautifierMosesAdmin
2015-10-26beautifyHieu Hoang
2015-10-26make Bitmap constructor explicit in case we accidently create a copy during c...Hieu Hoang
2015-10-26compile errorHieu Hoang
2015-10-26use bitmap* for comparison. can compare Bitmap* 'cos all bitmaps are created ...Hieu Hoang
2015-10-26revert using pointers and references in cube pruning classes, instead create ...Hieu Hoang
2015-10-26precalculate number of words coveredHieu Hoang
2015-10-26move m_bitmaps into Search class. Cube pruning uses it tooHieu Hoang
2015-10-26Context-sensitive IRSTLM, but not thread-safe yet.Ulrich Germann