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-18update feature learning rate codeEva Hasler
2012-05-15add feature confidenceEva Hasler
2012-05-10changed permission, everything changed..Eva Hasler
2012-04-30clean up mira, add sampling from hope/model/fearEva
2012-04-29remove caching of wp weight and translation weights, clean up mira codeEva Hasler
2012-04-26fix normalisation and sanity checkEva Hasler
2012-04-09fix setting sourcePhrase, enable stateless ff for chart, add EvaluateChart to...Eva Hasler
2012-04-03count hope and fear features separatelyEva Hasler
2012-03-30print feature counts to fileEva Hasler
2012-03-27resolving conflictsEva Hasler
2012-03-26add pruning options for sparse featuresEva
2012-03-14add parameter --mix-without-averagingEva Hasler
2012-03-13replace parameter --mix-by-averaging with --sparse-average, fix bug in shardi...Eva
2012-03-05specify 5 different update schemesEva
2012-01-20Merge from miramerge.Barry Haddow
2011-12-23define L-infinity norm (fixes bug in mira after changes in FeatureVector)Eva Hasler
2011-12-09Fix compile errors - passes regressionBarry Haddow
2011-12-07implement EvaluateChart() for TargetNgramFeature, add sparse features to char...Eva Hasler
2011-11-25fix ApplyLog() --> LogCoreFeatures()Eva Hasler
2011-11-16Fix saving of features to fileBarry Haddow
2011-11-16fix mira after changes to FeatureVector, fix saving and clearing of core feat...Eva
2011-11-09Use array for dense featuresBarry Haddow
2011-11-08Fix compile error with mpiBarry Haddow
2011-09-20Basic support for sparse phrase features.Barry Haddow
2011-08-26Begin implementation of dense vectors within FVector. Addition supported.bhaddow
2011-08-26Remove the 'default' option, and add a unittest for feature vectorbhaddow
2011-08-24small comment to test sf gitbhaddow
2011-08-18Thread safety of feature vector.bhaddow
2011-08-18cleanup. move threshold into FeatureVector. restore encapsulation.bhaddow
2011-08-18added reporting of sparse features in n-best listpkoehn
2011-08-18added phrase length featurepkoehn
2011-08-18update FVector for linear classifier to workehasler
2011-08-18Enable taking logs of feature valuesehasler
2010-12-16introduce parameters --log-feature-values and --base-of-logevahasler
2010-12-15clipping, ignore certain updatesevahasler
2010-10-15Enable usage of target bigram feature in decoding.bhaddow
2010-10-15Implementation and testing of target bigram featurebhaddow
2010-10-07Goodbye ScoreIndexManager.bhaddow
2010-09-28Enable parallelisationbhaddow
2010-09-16sparse vectors workhieuhoang1972
2010-09-15fixed featu vechieuhoang1972
2010-09-15Attempt to fix operator [] return type issue.ales-t
2010-09-15Added inner_product method declaration.ales-t
2010-09-15inner_product declaration bugs fixed (private -> public).smaj
2010-09-15A new method FVector::inner_product.smaj
2010-09-15Fixing errors in ScoreComponentCollection.ales-t
2010-09-14sparse vechieuhoang1972