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
2013-06-06cleanup LoadFeatureFunctions()Hieu Hoang
2013-06-05alternate weight settings: added option to turn off features completelyphikoehn
2013-05-31figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-31figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-30figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-30beautifyHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-28delete sourcePhrase variable in TargetPhrase classHieu Hoang
2013-05-28delete sourcePhrase variable in TargetPhrase classHieu Hoang
2013-05-28delete sourcePhrase variable in TargetPhrase classHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-24delete enum StatelessFeatureType. Features can be multiple types at once. Jus...Hieu Hoang
2013-05-24optimise evalution with SourceWordDeletionFeatureHieu Hoang
2013-05-23add plumbing for evaluating features that need source sentenceHieu Hoang
2013-05-22technical memory leak due to not cleaning up StaticData. Doesn't make much di...Hieu Hoang
2013-05-22Make Phrase::CreateFromString() more efficientHieu Hoang
2013-05-22Get ready to make lhsTarget a pointerHieu Hoang
2013-05-22Get ready to make lhsTarget a pointerHieu Hoang
2013-05-21delete references to LMListHieu Hoang
2013-05-13rename entries in enum StatelessFeatureTypeHieu Hoang
2013-05-13get rid of TargetPhrase::SetScore. Expose ScorerBreakdown object so they can ...Hieu Hoang
2013-05-08each new target phrase in factored decomposition holds scores from previous s...Hieu Hoang
2013-05-02delete last TargetPhrase::SetScore()Hieu Hoang
2013-05-02delete another TargetPhrase::SetScore()Hieu Hoang
2013-05-02delete another TargetPhrase::SetScore()Hieu Hoang
2013-05-02commentHieu Hoang
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-05-02use GetWeightedScore() instead of InnerProduct(...)Hieu Hoang
2013-04-30enable sparse feature in phrase tableHieu Hoang
2013-04-26word penalty for XML optionsHieu Hoang
2013-04-26delete PhraseDictionaryMemory. Fix word penalty in compact phrase tableHieu Hoang
2013-04-26don't convert LM score from 1 log to another for chart decodingHieu Hoang
2013-04-25delete PhraseDictionaryMemory. Use PhraseDictionarySCFGHieu Hoang
2013-04-24gt rid of word penalty of 0.434. Adjust weight accordinglyHieu Hoang
2013-04-22get rid of ResetScore() from Hypothesis and TargetPhrase classHieu Hoang
2013-04-10Merge github.com:moses-smt/mosesdecoder into weight-newHieu Hoang
2013-04-10add score breakdown to target phrase debugging outputHieu Hoang
2013-03-12a little closer to unifying TargetPhrase::CalcScore()Hieu Hoang
2013-03-12a little closer to unifying TargetPhrase::CalcScore()Hieu Hoang
2013-03-08merge Phrase::CreateFromString() and Phrase::CreateFromStringNewFormat()Hieu Hoang
2013-02-22delete ScoreProducerHieu Hoang
2012-12-21move phrase tables and generation tables to staticDataHieu Hoang
2012-12-20move language model from TranslationSystem back to StaticDataHieu Hoang
2012-12-19move WordPenalty to staticDataHieu Hoang
2012-11-27make TranslationModel subdirectory and move files from moses/ into itHieu Hoang
2012-11-15added alignment output to n-best listHieu Hoang