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
2014-07-28use std::numeric_limitsMatthias Huck
2014-07-28implementation of phrase orientation in GHKM extractionMatthias Huck
(...but a corresponding feature function for the chart-based decoder has not been written yet)
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
2013-11-20Merge pull request #53 from pengli09/masterHieu Hoang
Fix the bug in phrase-extract/extract-main.cpp: the authors forgot to change three variable names
2013-11-20Fix the bug in phrase-extract/extract-main.cpp: the authors forgot to change ↵Peng Li
inBottomRight/outBottomRight to inBottomLeft/outBottomLeft in the second loops in getOrientPhraseModel() and getOrientHierModel()
2013-10-05add debug argumentHieu Hoang
2013-10-05reverse 7d3de7850025c1b8da7791aa158bb4549f9ff96dHieu Hoang
2013-10-04minor error with placeholderHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-19placeholders work in extractHieu Hoang
2013-09-19more placeholder code and 'NO BEST TRANSLATION' to stderr for pbHieu Hoang
2013-09-08refactoring to minimize overhead from flexibility score code (if off)Rico Sennrich
2013-09-08flexibility scoresRico Sennrich
2013-07-30beautifyHieu Hoang
2013-07-26add placeholder support to extractHieu Hoang
2013-07-26add placeholder support to extractHieu Hoang
2013-07-26add placeholder support to extractHieu Hoang
2013-05-29beautifyHieu Hoang
2013-03-08bugifx format of extract file for instance weightingBarry Haddow
2012-12-21extract can read an instance weights file.Barry Haddow
Still have to parallelise.
2012-11-12Refactor phrase-extract/JamfileKenneth Heafield