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-30implement CalculateBleu for complete translations, add parameters --disable-b...Eva
2012-05-29remove <s> and </s> from chart bleu score computationEva
2012-05-10changed permission, everything changed..Eva Hasler
2012-04-29testEva
2012-04-29remove caching of wp weight and translation weights, clean up mira codeEva Hasler
2012-04-24reduce cache size to 0 to be sureEva Hasler
2012-04-22disable cachingEva Hasler
2012-04-03count hope and fear features separatelyEva Hasler
2012-04-02fix cleanup()Eva Hasler
2012-04-01Implement EvaluateChart for BleuScoreFeature, add mira parameter --avg-ref-le...Eva Hasler
2012-03-29add parameter --print-feature-info 1, start adding megam support.. --megamEva Hasler
2012-03-27resolving conflictsEva Hasler
2012-03-15fix history Bleu and add parameter --use-source-length-historyEva Hasler
2012-03-12change history Bleu, add scaling option for sentence BleuEva
2012-03-07add option --scale-by-inverse-lengthEva Hasler
2012-03-01fix length checkEva Hasler
2012-03-01enable nbest hope/fear decodingEva Hasler
2012-02-20compute model score difference from model scores instead of from feature valu...Eva Hasler
2012-02-14remove -mbr parameter from Decoder.cppEva Hasler
2012-02-01Merge remote branch 'github/miramerge' into bjamBarry Haddow
2012-01-31add global lexicon model with unlimited scoresEva
2012-01-20Merge from miramerge.Barry Haddow
2012-01-16update example selectionEva Hasler
2012-01-16fix reference length selection/collection of ngrams for multiple referencesEva Hasler
2012-01-12add parameter --stabilise-lengthEva Hasler
2011-12-15mira now builds with bjamBarry Haddow
2011-11-25scale by target (linear/trend)Eva Hasler
2011-11-24add scaling by target lengthEva Hasler
2011-11-16add parameter to relax brevity penaltyEva
2011-11-16fix mira after changes to FeatureVector, fix saving and clearing of core feat...Eva
2011-10-26scale by average of source and reference length (--scale-by-avg-length)Eva Hasler
2011-10-24add parameter --scale-by-x: scale Bleu precision (independent of source/targe...Eva Hasler
2011-10-24new parameter: scale by target length instead of input lengthEva Hasler
2011-10-23calculate length ratios, add +0.1 smoothing and papineni smoothingEva Hasler
2011-10-20re-apply changes unrelated to setting reference translationsEva Hasler
2011-10-20this broke something, reverting..Eva Hasler
2011-10-11fix LoadReferences() in StaticData and remove reference loading in mira's Mai...Eva Hasler
2011-08-18code clean-up, step 1ehasler
2011-08-18change verbosity for cerr messages, remove some unwanted options, introduce -...ehasler
2011-08-18code cleanupehasler
2011-08-18print oracle/reference length, implement --core-weightsehasler
2011-08-18remove stop-optimal parameter, default for precision is 1.0, fix flexible sla...ehasler
2011-08-18refactor handling of accumulated constraints, constraint checking, introduce ...ehasler
2011-08-18monitor changes in bleu feature historyehasler
2011-08-18fix comparison of old vs. new model bleu for batchesehasler
2011-08-18add Hildreth unit tests, fix consstraint comparison in MiraOptimiser, some co...ehasler
2011-08-18show cache usage and weightsehasler
2011-08-18introduce parameter --update-after-epochehasler
2011-08-18adapt BP factorehasler