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-11-27Fix a few compiler warnings (clang)Phil Williams
2015-11-17move global Timer to Timer.hDavid Madl
2015-11-16Store SHyperedge feature scores as deltas instead of totalsPhil Williams
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-14syntax decoding uses unordered setHieu Hoang
2015-08-08daily automatic beautifierMosesAdmin
2015-08-06Reorganisation of options.Ulrich Germann
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
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