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-02beautifyHieu Hoang
2015-05-01sentence-bleu less greedy regarding memoryMatthias Huck
Don't load all references, read them line by line. Corpora with millions of sentences can now be evaluated without consuming gigabytes of RAM.
2015-04-30sentence-bleu-nbestMatthias Huck
2013-05-29beautifyHieu Hoang
2013-02-18Implement brevity penalty smoothing for PROBarry Haddow
As in Nakov et al (Coling 2012)
2012-12-20Fix memory leak.Tetsuo Kiso
The object was allocated with new, but it was not deleted. This may not be a serious problem because the program mostly runs a short time. However, it is not a good practice.
2012-12-10adding a simple command-line utility for computing sentence-level BLEU (+1)Ales Tamchyna