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
2016-01-06enable nplm training on separate host, fix ems for nplmBarry Haddow
2015-10-06change default nplm setting to 1 hidden layerRico Sennrich
2015-09-04extra nplm settingsBarry Haddow
2015-05-29support memory-mapped files for NPLM trainingRico Sennrich
2015-05-29Add license notices to scripts.Jeroen Vermeulen
This is not pleasant to read (and much, much less pleasant to write!) but sort of necessary in an open project. Right now it's quite hard to figure out what is licensed how, which doesn't matter much to most people but can suddenly become very important when people want to know what they're being allowed to do. I kept the notices as short as I could. As far as I could see, everything without a clear license notice is LGPL v2.1 or later.
2015-05-16Fix some python lint.Jeroen Vermeulen
I used mainly pocketlint, a very good Python linter, but also Syntastic, a vim plugin. Didn't get anywhere near fixing all of Syntastic's complaints though. Once I've cleaned up all (or at least most) of the Python lint, we can start doing regular automated lint checks and keep the code clean.
2015-03-20nplm_train: more optionsRico Sennrich
2015-01-25Expose learning rate as a parameterXapaJIaMnu
2014-11-26move bilingual-lm training scriptsRico Sennrich