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-10preparing extraction of Hiero soft syntactic preferences (target syntax)Matthias Huck
2015-08-05compile error on 4.9.3 on cygwinU-DESKTOP-ONHNTIV\hieuh
2015-07-24Moses::Scan too inefficientMatthias Huck
2015-07-16End line after printing progress dots to stderr.Jeroen Vermeulen
2015-06-04daily automatic beautifierMosesAdmin
2015-05-17Fix a lot of lint, mostly trailing whitespace.Jeroen Vermeulen
This is lint reported by the new lint-checking functionality in beautify.py. (We can change to a different lint checker if we have a better one, but it would probably still flag these same problems.) Lint checking can help a lot, but only if we get the lint under control.
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-03-09conservative update of some old code in phrase-extract/consolidate-main.cppMatthias Huck
2015-03-09consolidate properties: fixing bug from commit b08d3edMatthias Huck
2015-03-09merge with private branch. Add --Count argHieu Hoang
2015-03-06GHKM extraction / consolidate: write most frequent POS sequence from ↵Matthias Huck
property to factor (for usage with a POS LM)
2015-03-05POS property: map tags to indices in consolidateMatthias Huck
2015-01-14beautifyHieu Hoang
2014-12-21long overdue feature: do not produce very low scoring translation table ↵Philipp Koehn
entries that are never used and just gum up the works
2014-11-12avoid necessity of masking "{{" in the dataMatthias Huck
2014-08-28space between ||| and {{Hieu Hoang
2014-08-28space between ||| and {{Hieu Hoang
2014-08-08source labels: integration into EMSMatthias Huck
2014-06-25minor format change in consolidateHieu Hoang
2014-06-08delete any mention of SAFE_GETLINE so it doesn't reappearHieu Hoang
2014-06-08use standard c++ getline instead of old Moses SAFE_GETLINEHieu Hoang
2014-03-02swap position of alignment and scores in phrase table halves (before ↵Rico Sennrich
consolidate step). ensures that multiple hierarchical rules with same source/target phrase, but different alignment, are sorted correctly
2013-12-06minor verbose in consolidate-main.cppHieu Hoang
2013-09-29score: write sparse features to third field.Phil Williams
2013-09-24consolidate: don't assume input contains key-value fieldPhil Williams
2013-09-20consolidate: expect key-value pairs in 7th field, not 6thPhil Williams
2013-09-20consolidate: write key-value field to rule tablePhil Williams
2013-09-14Merge masterPhil Williams
2013-07-29phrase penalty now has it's own ff. No longer in the phrase tableHieu Hoang
2013-05-29beautifyHieu Hoang
2013-03-13fixed kneserNey phrase probability smoothing bug reported by Česlav ↵phikoehn
Przywara <ceslav@przywara.cz>
2012-11-22order of lexical probability has flippedHieu Hoang
2012-11-12Refactor phrase-extract/JamfileKenneth Heafield