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-11-02daily automatic beautifierMosesAdmin
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide ↵Ulrich Germann
n-best translations with scores.
2015-01-08towards trainingAles Tamchyna
2014-11-04Merge s2t branchPhil Williams
This adds a new string-to-tree decoder, which can be enabled with the -s2t option. It's intended to be faster and simpler than the generic chart decoder, and is designed to support lattice input (still WIP). For a en-de system trained on WMT14 data, it's approximately 40% faster in practice. For background information, see the decoding section of the EMNLP tutorial on syntax-based MT: http://www.emnlp2014.org/tutorials/5_notes.pdf Some features are not implemented yet, including support for internal tree structure and soft source-syntactic constraints.
2014-10-07Mmsapt now adds word alignment info to target phrases.Ulrich Germann
2013-11-18replace CHECK with UTIL_THROW_IF in moses-chart-cmdHieu Hoang
2013-09-26Commented out unused variables.Ulrich Germann
2013-09-22placeholder for chart decodingHieu Hoang
2013-07-19beautifyHieu Hoang
2013-07-19starting placeholderHieu Hoang
2013-05-29beautifyHieu Hoang
2012-11-27eclipse filesHieu Hoang
2012-11-16output alignments into file down. Alignments for n-best todoHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang