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-05-29Ongoing moses/phrase-extract refactoringPhil Williams
2015-05-29Rename MosesTraining::SyntaxTree to MosesTraining::SyntaxNodeCollectionPhil Williams
This is the first step in a small-scale refactoring effort that will touch a lot of the syntax-related code in moses/phrase-extract. The end goals are: - a storage mechanism for general attribute/value pairs in XML-style tree / lattice input. E.g. the "pcfg-score" and "semantic-role" attributes in: <tree label="PRP" pcfg-score="1.0" semantic-role="AGENT"> I </tree> - consolidation of the various near-duplicate Tree / XmlTreeParser classes that have accumulated over the years (my fault) - general de-crufting
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2012-12-18extract-ghkm and friends: don't unescape special charactersPhil Williams
Don't unescape special characters when reading XML parse trees in extract-ghkm, extract-rules, and relax-parse.
2012-06-30add namespace to phrase-extractHieu Hoang
2012-05-31move c++ code out of /script/ to /Hieu Hoang