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
path: root/moses/FF
AgeCommit message (Expand)Author
2015-04-23SparseReordering: option to use pre-tuned feature weights internallyMatthias Huck
2015-04-16check word alignment points in VW training to avoid cryptic segfaultsAles Tamchyna
2015-04-03Make an include path explicit.Jeroen Vermeulen
2015-03-31delete External FF. FF framework changes too fast to be able to keep this up-...Hieu Hoang
2015-03-29Fix some compile warnings (gcc 4.9.2).Jeroen Vermeulen
2015-03-28Modernize "C" includes in moses.Jeroen Vermeulen
2015-03-211. Added FeatureFunction::Setup(TranslationTask const&) const to allow FFs to...Ulrich Germann
2015-03-18relational dependency language modelRico Sennrich
2015-03-18on-the-fly unbinarization of internal tree structure (for translation models ...Rico Sennrich
2015-03-17Changes to RUleScope from private branch. More codelite projectsHieu Hoang
2015-03-17option to change the estimated score only, not actuall scoreHieu Hoang
2015-03-16Made LRModel::ReorderingType an enumerated type.Ulrich Germann
2015-03-10Add SyntaxInputWeight feature functionPhil Williams
2015-03-09Moved caching of lexical reordering scores from class TranslationOption to cl...Ulrich Germann
2015-03-04bugfix, BP only applies when candidate is shorter than ref :)Ales Tamchyna
2015-03-04minor refactoring in VW featureAles Tamchyna
2015-03-04implement BLEU2+1 as training loss for VWAles Tamchyna
2015-03-04some refactoring of VW, towards customizable loss calculation in trainingAles Tamchyna
2015-03-02RulePairUnlexicalizedSource feature functionMatthias Huck
2015-02-28path arg /Cheng YongHieu Hoang
2015-02-27floor value, glue rules, some cleanupMatthias Huck
2015-02-26SoftSourceSyntacticConstraintsFeature: Sparse label pair scoresMatthias Huck
2015-02-26Model1Feature: score caching for improved efficiencyMatthias Huck
2015-02-25Model1Feature: special UNK token in MGIZA vocabulariesMatthias Huck
2015-02-25Model1Feature: unnecessary includes & special UNK token in MGIZA vocabulariesMatthias Huck
2015-02-25Model1Feature: a simple IBM Model 1 scorer,Matthias Huck
2015-02-21missing conditionMatthias Huck
2015-02-20PhraseOrientationFeatureMatthias Huck
2015-02-19beautifyHieu Hoang
2015-02-19use VERBOSE instead of cerrHieu Hoang
2015-02-16tuneable-components config parameter for feature functionsMatthias Huck
2015-02-16target (internal) bigrams for VWAles Tamchyna
2015-02-16properly register bigram VW featureAles Tamchyna
2015-02-16source bigram feature for VWAles Tamchyna
2015-02-15Code reorganization and cleanup around Lexical Reordering Round 2.Ulrich Germann
2015-02-15Code cleanup and reorganization. A few classes have been renamed to shorter n...Ulrich Germann
2015-02-14Code cleanup.Ulrich Germann
2015-02-13Merge branch 'master' into sampled-lexicalized-reorderingUlrich Germann
2015-02-12Rename StaticData::IsChart() to IsSyntax() and add new SearchAlgorithm valuesPhil Williams
2015-02-10Reformatting to improve code readability.Ulrich Germann
2015-02-10Fixed minor issues that triggered compiler warnings.Ulrich Germann
2015-02-09set scores for lattice pathHieu Hoang
2015-02-06virtual destructor for KenOSMBase /Jeroen VermeulenHieu Hoang
2015-02-05Using boost for prefix/suffix checks /Jeroen VermeulenHieu Hoang
2015-02-04vw bugfixAles Tamchyna
2015-02-04avoid duplicate generation of source-side features when training VWAles Tamchyna
2015-01-29PhraseOrientationFeature: more sparse scoresMatthias Huck
2015-01-29vw verboseAles Tamchyna
2015-01-29VW verbose outputsAles Tamchyna
2015-01-29Merge branch 'master' of github.com:moses-smt/mosesdecoderAles Tamchyna