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-03-29Fix some compile warnings (gcc 4.9.2).Jeroen Vermeulen
Mostly signed/unsigned comparisons and reordered member initializations; also a few unused variables. There are more, but if I chip away at them for a while, who knows, it may catch on and warnings may eventually become socially stigmatizing. :)
2015-01-14beautifyHieu Hoang
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2014-10-10Fix a few compiler warnings (from Clang mostly).Phil Williams
2014-08-08method renameHieu Hoang
2014-08-04TargetPhrase to have pointer to the phrase table that creates itHieu Hoang
2014-08-04move methods for PDAimp into .cpp fileHieu Hoang