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-05-29beautifyHieu 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-22Make lhsTarget a pointerHieu Hoang
2013-05-22delete TargetPhrase::MutableTargetLHS(). Get ready to make lhsTarget a pointerHieu Hoang
2013-05-21delete references to WordPenaltyProducerHieu Hoang
2013-05-21delete references to LMListHieu Hoang
2013-05-13get rid of TargetPhrase::SetScore. Expose ScorerBreakdown object so they can ...Hieu Hoang
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-04-29mergeHieu Hoang
2013-04-25Back FactorCollection with a memory pool. Less memory for large vocabularies.Kenneth Heafield
2013-04-01Merge github.com:moses-smt/mosesdecoder into weight-newHieu Hoang
2013-04-01bug fixesphikoehn
2013-02-22change format for phrase modelHieu Hoang
2012-11-27make TranslationModel subdirectory and move files from moses/ into itHieu Hoang
2012-11-14Python wrap for OnDiskWraper, docs and example.Wilker Aziz
2012-11-13Wrapping OnDiskPt, Added OnDiskPt/Util.h with the tokenization procedure, so ...Wilker Aziz
2012-11-13resolved merge conflictsHieu Hoang
2012-11-13move moses/src/* to moses/Hieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang
2012-11-12Put core Moses into one library libmoses.Kenneth Heafield
2012-10-22TargetPhrase doesn't have a FactorDirection constructor.Kenneth Heafield
2012-10-20D'oh missed an argument in usageKenneth Heafield
2012-10-19Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-10-19terminal and non-terminal word alignments stored in 2 separate objectsHieu Hoang
2012-10-18Fix virtual destructorsKenneth Heafield
2012-10-17Add usage message for OnDiskPtKenneth Heafield
2012-10-17Heap->Stack variableKenneth Heafield
2012-10-16same version number check when reading and writingHieu Hoang
2012-10-16same version number check when reading and writingHieu Hoang
2012-10-16Increase version number to 5Barry Haddow
2012-09-27Merge remote branch 'github/master' into miramergeBarry Haddow
2012-09-26Slightly less wasteful OnDiskPt word conversionKenneth Heafield
2012-09-20fix memory leaks in binarisationBarry Haddow
2012-09-18Fix memory leak in binarisationBarry Haddow
2012-07-17Merge branch 'trunk' into miramergeBarry Haddow
2012-07-04merge JamfilesEva Hasler
2012-06-29commented all classes in OnDiskPt and moses-chart-cmd. Leave ken's lm directoryHieu Hoang
2012-06-16delete unused functionHieu Hoang
2012-06-16up version numberHieu Hoang
2012-06-16Binary pt works with factors and chart decodingHieu Hoang
2012-06-16factors in chart decoding runs. But target factor model has incorrect LM scoreHieu Hoang
2012-06-07mergeEva Hasler
2012-06-01fix start weights in experiment.perl, add hypothesis queue for picking hope a...Eva Hasler
2012-05-31change CreateOnDisk to CreateOnDiskPtHieu Hoang
2012-05-25Fix compile error.Phil Williams
2012-05-25Move queryOnDiskPt from contrib to OnDiskPt folder. Easier to amend Jam fileHieu Hoang
2012-05-18enable binarization of rule tables with terminal alignments and new rule countEva
2012-05-15Add util for querying on-disk ptHieu Hoang