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
AgeCommit message (Expand)Author
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-24Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-02-24change default mac-chart-span 10->20. /Arefeh KazemiHieu Hoang
2015-02-23Fix -search-algorithm 8Phil Williams
2015-02-21missing conditionMatthias Huck
2015-02-20PhraseOrientationFeatureMatthias Huck
2015-02-20TargetPhrase: can store arbitrary dataMatthias Huck
2015-02-19beautifyHieu Hoang
2015-02-19Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-02-19use VERBOSE instead of cerrHieu Hoang
2015-02-18Fix -output-unknowns for -search-algorithm 3 (moses_chart)Phil Williams
2015-02-18park Joint LM. Doesn't work anymoreHieu Hoang
2015-02-16tuneable-components config parameter for feature functionsMatthias Huck
2015-02-16restoring broken evaluation of translation option listAles Tamchyna
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-15Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-02-15Code cleanup and reorganization. A few classes have been renamed to shorter n...Ulrich Germann
2015-02-14Explicitly instantiate LanguageModelKen.Jeroen Vermeulen
2015-02-14Code cleanup.Ulrich Germann
2015-02-13Merge branch 'master' of github.com:moses-smt/mosesdecoderJeroen Vermeulen
2015-02-13Fix undefined isnan() on Cygwin gcc 4.8.Jeroen Vermeulen
2015-02-13Merge branch 'master' into sampled-lexicalized-reorderingUlrich Germann
2015-02-13Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-02-12Rename StaticData::IsChart() to IsSyntax() and add new SearchAlgorithm valuesPhil Williams
2015-02-10fixing a bug from commit 70e8eb5Matthias Huck
2015-02-10Changed return type of CreateTranslationOptionsForRange...() functions from v...Ulrich Germann
2015-02-10Code cleanup.Ulrich Germann
2015-02-10Reformatting to improve code readability.Ulrich Germann
2015-02-10Fixed minor issues that triggered compiler warnings.Ulrich Germann
2015-02-10Fixed order of member initialization to avoid compiler warngins.Ulrich Germann
2015-02-10Bug fix after merging branches.Ulrich Germann
2015-02-10Bug fix in TranslationOptionList::SelectNBest(N).Ulrich Germann
2015-02-10Some #defines were redefines when using IRSTLM. Now #undef-ing them prior to ...Ulrich Germann
2015-02-09set scores for lattice pathHieu Hoang
2015-02-08fix word lattice input feature for non-binary ptHieu Hoang
2015-02-06Using boost for prefix/suffix checks /Jeroen VermeulenHieu Hoang
2015-02-06virtual destructor for KenOSMBase /Jeroen VermeulenHieu Hoang
2015-02-06check args for KENLMHieu Hoang
2015-02-06Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-02-06Adapted code to deal with new return type of TranslationOptionCollection::Get...Ulrich Germann
2015-02-06Added struct Better for ranking TranslationOptions.Ulrich Germann
2015-02-06Changed return type of CreateTranslationOptionsForRange(...); code reformatting.Ulrich Germann