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 (Expand)Author
2012-06-01fix start weights in experiment.perl, add hypothesis queue for picking hope a...Eva Hasler
2012-05-10changed permission, everything changed..Eva Hasler
2012-04-08ignore empty input linesEva Hasler
2012-02-01Merge remote branch 'github/miramerge' into bjamBarry Haddow
2012-01-20Merge from miramerge.Barry Haddow
2012-01-18restore order of scores returned by decoder and in nbestlistEva Hasler
2011-12-14change order of -show-weights output to match nbest list orderEva Hasler
2011-12-13-show-weights: output sparseProducerWeight if != 1, otherwise 'sparse'Eva Hasler
2011-12-09Merge branch 'master' into bjam. Doesn't compile.Barry Haddow
2011-11-21Further direction removalBarry Haddow
2011-10-12Merge branch 'master' into miramergeBarry Haddow
2011-10-04Implementation of Lattice sampling (Chatterjee and Cancedda, emnlp 2010)bhaddow
2011-09-23-threads all optionheafield
2011-09-20Merge branch 'master' into miramergebhaddow
2011-08-30change to print the corrett name of the features with InputScoresnicolabertoldi
2011-08-22Merge branch 'master' into miramergebhaddow
2011-08-19Merge commit '67dd80fb7bf71f36f2b29b4ba7a39e3ad35e5f81' into miramergebhaddow
2011-08-18Merged up to 3895 from trunkbhaddow
2011-08-18added reporting of sparse features in n-best listpkoehn
2011-07-24vs.net buildhieuhoang1972
2011-03-02added some commentsphkoehn
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2011-02-16Write alignment info through OutputCollector so it gets orderedbhaddow
2011-02-08Word alignment output also works with MBR decoding.ales-t
2011-02-03Ales Tamchyna's printing of alignments (-print-alignment-info did nothing)bojar
2011-01-25Use OutputCollector to write moses-chart output.pjwilliams
2011-01-05Merge up to 3791 from trunk.bhaddow
2010-11-29Add a show-weights option. It prints out the moses features and exits. Maybhaddow
2010-10-07Goodbye ScoreIndexManager.bhaddow
2010-08-10Merge in the multiple models branch. These changes allow the moses serverbhaddow
2010-07-18alignment info in pthieuhoang1972
2010-05-27One moses mainbhaddow
2010-05-19Merging of moses mains. mosesmt now does single and multi-threeadedbhaddow
2010-05-12don't spew out param list if there's a genuine errorhieuhoang1972
2010-05-11code cleanup & enable trace ("-t") for MBR decoding ("-mbr")phkoehn
2010-05-08Write translation details to a named file instead of cerr.pjwilliams
2010-05-05Refactoring of output search graph code to enable it to be usedbhaddow
2010-04-26re-introduced the initialization and cleaning up into the constructor and des...nicolabertoldi
2010-04-24Safer way to cleanup LM caches after a given number of processed sentences.nicolabertoldi
2010-04-23I added a new parameter (-clean-lm-cache <value>) in order to control how oft...nicolabertoldi
2010-04-07Implementation of consensus decoding - first cut.bhaddow
2010-03-16Output of nbest from lattice mbrbhaddow
2010-03-07Writing out sentence number when printing all derivationsabarun
2010-03-07Lattice MBR pruning based on target length of MAP hypothesisabarun
2010-02-18Grid search for lattice mbrbhaddow
2010-02-17Refactoring of lattice mbr code so that it can be used with mosesmtbhaddow
2010-02-17reduce memory usage in lattice mbrbhaddow
2010-02-03Can now set thetas for Lattice MBR in terms of p and r (see Tromble et al. 08)abarun
2010-02-03Fixed bug in nbest MBR - now outputting correct MBR solutionabarun
2010-02-03Lattice MBR now uses nbest list as default hypothesis set during reranking.abarun