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-12-07Code cleanup.Ulrich Germann
2015-12-02Code cleanup and bug fix in (Base)Manager::OutputSurface:Ulrich Germann
2015-11-27Fix a few compiler warnings (clang)Phil Williams
2015-11-17forward declare SHyperedge in StatefulFeatureFunction, StatelessFeatureFunctionDavid Madl
2015-11-17move global Timer to Timer.hDavid Madl
2015-11-17daily automatic beautifierMosesAdmin
2015-11-16Store SHyperedge feature scores as deltas instead of totalsPhil Williams
2015-11-12daily automatic beautifierMosesAdmin
2015-11-11More options refactoring (OOV Handling this time).Ulrich Germann
2015-11-11Moved placeholder factor variable from StaticData to InputOptions.Ulrich Germann
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide n-bes...Ulrich Germann
2015-10-27daily automatic beautifierMosesAdmin
2015-10-26Separate SVertexRecombination{EqualityPred,Hasher} classesPhil Williams
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-19daily automatic beautifierMosesAdmin
2015-10-18Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into ranked...Ulrich Germann
2015-10-18Life cycle of TargetPhraseCollection is now managed via shared pointers.Ulrich Germann
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-16make util::StringStream more like std::stringstreamHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-10-16beautifyHieu Hoang
2015-10-14gcc compile errorUbuntu
2015-10-14syntax decoding uses unordered setHieu Hoang
2015-09-02Syntax::Manager: output a blank line if there's no translationPhil Williams
2015-08-08daily automatic beautifierMosesAdmin
2015-08-06Reorganisation of options.Ulrich Germann
2015-05-13beautify. Add sed for trailing spacesHieu Hoang
2015-05-12Code reorganization with respect to hypergraph output.Ulrich Germann
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-29One step closer to eliminating the requirement to provide num-features=... in...Ulrich Germann
2015-04-26Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into mmt-devUlrich Germann
2015-04-13Implement -output-unknowns for search algorithms 7 and 9 (T2S/F2S)Phil Williams
2015-04-05Merge branch 'master' into mmt-devUlrich Germann
2015-03-29Fix some compile warnings (gcc 4.9.2).Jeroen Vermeulen
2015-03-28Modernize "C" includes in moses.Jeroen Vermeulen
2015-03-26Managers have now access to the entire translation task.Ulrich Germann
2015-03-16Eliminated sources of some compiler warnings (unused variables; signed/usigne...Ulrich Germann
2015-03-10Add SyntaxInputWeight feature functionPhil Williams
2015-02-23Fix -search-algorithm 8Phil Williams
2015-02-19beautifyHieu Hoang
2015-02-13Fix undefined isnan() on Cygwin gcc 4.8.Jeroen Vermeulen
2015-02-02Partial merge of t2s branch (implements t2s and f2s algorithms)Phil Williams
2015-02-02New input type, ForestInput, for weighted forests.Phil Williams
2015-02-02Remove -s2t option (use -search-algorithm=6 instead)Phil Williams
2015-01-30Minor refactoring in moses/SyntaxPhil Williams
2015-01-14beautifyHieu Hoang
2015-01-14Fix a few warnings.Phil Williams
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang