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-06-01Ongoing moses/phrase-extract refactoringPhil Williams
2015-03-28Modernize "C" includes in phrase-extract.Jeroen Vermeulen
This is one of those little chores in managing a long-lived C++ project: standard C headers like stdio.h and math.h now have their own place in the C++ standard as resp. cstdio, cmath, and so on. In this branch the #include names are updated for the phrase-extract/ subdirectory; more branches to follow. C++11 adds cstdint, but to support compilation with the previous standard, that change is left for later.
2014-05-19beautifyNicola Bertoldi
2014-04-28merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-01-29new version of the `score` toolMatthias Huck
which is now capable of dealing with additional properties in an appropriate manner
2014-01-15beautifyNicola Bertoldi
2013-09-13added Dense and Sparse feature to scorermaria nadejde
2013-09-12add feature filesmaria nadejde