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 (Collapse)Author
2015-04-08log(1 + ...) -> log1p(...)Kenneth Heafield
2015-02-10Some #defines were redefines when using IRSTLM. Now #undef-ing them prior to ↵Ulrich Germann
redefining them to avoid compiler warnings.
2015-01-14beautifyHieu Hoang
2015-01-06another utility functionAles Tamchyna
2015-01-06minorAles Tamchyna
2015-01-06minorAles Tamchyna
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-04verbosity macrosMatthias Huck
2014-12-03PhraseOrientationFeatureMatthias Huck
2014-12-02add OutputNBest() as abstract method to BaseManager. Tighten up frameworkHieu Hoang
2014-11-28make GetParam() a const method with no side effectHieu Hoang
2014-11-28make GetParam() a const method with no side effectHieu Hoang
2014-11-27make GetParam() a const method with no side effectHieu Hoang
2014-09-30move misc common functions into moses/Hieu Hoang
2014-09-30separate out class TranslationTask into it's on fileHieu Hoang
2014-07-09Major overhaul of Mmsapt. Reorganization of old and addition of new features ↵Ulrich Germann
in phrase tables. Many critical bug fixes.
2014-01-15beautifyNicola Bertoldi
2014-01-15code cleanup; fixings to others' code/testNicola Bertoldi
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-15replace nth_element() with macro that execute sort() instead for gcc 4.8.1 & ↵Hieu Hoang
4.8.2
2013-08-14functions to handle with Document-Level Translation tagsNicola Bertoldi
2013-07-18beautifyHieu Hoang
2013-07-18tokenize only first occurence of = char for key=value. Allow paths with = charsHieu Hoang
2013-05-29beautifyHieu Hoang
2013-04-22online combination of multiple phrase tablesRico Sennrich
- creates a virtual phrase table at decoding time based on a vector of component models and a combination algorithm - linear interpolation or instance weighting - two possible component model types supported so far: 0 (in-memory) or 12 (compact) - weights can be set in config, and overriden on a sentence-level through mosesserver API - online optimization (perplexity minimization) using dlib and xmlrpc-c call
2013-04-12integrated xml passthrough handling (by Nicola Bertoldi)Christian Buck
2012-11-12move moses/src/* to moses/Hieu Hoang