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
2016-01-06eliminate compiler warningsMatthias Huck
2015-12-14Code cleanup and refactoring.Ulrich Germann
2015-12-11Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-11daily automatic beautifierMosesAdmin
2015-12-10Code cleanup and refactoring.Ulrich Germann
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-12-09daily automatic beautifierMosesAdmin
2015-12-08Reduce dependence on StaticData.Ulrich Germann
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