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-01-03in LocalLM, do not try to predict words without context (at least 1 word)local_lmsAles Tamchyna
2013-01-03adding script for extracting training corpora for LocalLMAles Tamchyna
2013-01-03logging controlled by verbosity in LocalLMAles Tamchyna
2013-01-03fixed a bug in LocalLM, adding more debugging messagesAles Tamchyna
2013-01-02debugging LocalLMAles Tamchyna
2013-01-02encode relative position in local LMAles Tamchyna
2012-12-21typoAles Tamchyna
2012-12-21do not try Local LMs of OOVsAles Tamchyna
2012-12-20more bugs fixed in LocalLM, now skipping scores of uknown words because of sp...Ales Tamchyna
2012-12-20fixing bugs in LocalLMAles Tamchyna
2012-12-19local LMs implemented, not testedAles Tamchyna
2012-12-19toward implementing local language models (Monz 2011)Ales Tamchyna
2012-12-06Untabify.Tetsuo Kiso
2012-12-06Speed up N-gram counts when running extractor.Tetsuo Kiso
2012-12-03race condition in chart decoding with -T argHieu Hoang
2012-12-01train MML in-/out-of-domain language models with same vocabularyphikoehn
2012-12-01Merge branch 'master' of git://github.com/moses-smt/mosesdecoderphikoehn
2012-12-01my change to weight-wtphikoehn
2012-12-01Allow .minlexr suffix and bugfixMarcin Junczys-Dowmunt
2012-11-30don't need to specify weight-wtEva Hasler
2012-11-30race condition on letter sed cache. Requires lockingHieu Hoang
2012-11-30remove locking. Make wordIndex variable localHieu Hoang
2012-11-30delete reference to numpy. Doesn't need itHieu Hoang
2012-11-30forgotten misc programs for Compact ptHieu Hoang
2012-11-30ooopsphikoehn
2012-11-30fixes and extensions to modified Moore-Lewis filtering, now works with domain...phikoehn
2012-11-30change of settings for sigtest filteringphikoehn
2012-11-29fuzzy match phrase-table is multi-threadedHieu Hoang
2012-11-27move CompactPt to TranslationModel/Hieu Hoang
2012-11-27Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-11-27compile error on misc programsHieu Hoang
2012-11-27move CKY+Parser to TranslationModel/Hieu Hoang
2012-11-27move Score3Parser to TranslationModel/Hieu Hoang
2012-11-27move RuleTable to TranslationModel/Hieu Hoang
2012-11-27move the rest of DynSA to TranslationModel/Hieu Hoang
2012-11-27move DynSAInclude to TranslationModel/Hieu Hoang
2012-11-27mml-score.py. Support for combining with domain features.Barry Haddow
2012-11-27minor debug messagesHieu Hoang
2012-11-27move fuzzy-match to TranslationModel/Hieu Hoang
2012-11-27make TranslationModel subdirectory and move files from moses/ into itHieu Hoang
2012-11-27multithreaded fuzzy matchHieu Hoang
2012-11-27compile error in fuzzy matchHieu Hoang
2012-11-27multithreaded fuzzy matchHieu Hoang
2012-11-27Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-11-27eclipse filesHieu Hoang
2012-11-25Merge branch 'master' of git://github.com/moses-smt/mosesdecoderphikoehn
2012-11-25extensions to modified moore-lewis filtering, bug fixesphikoehn
2012-11-24Added another consistency check for false positivesmarcinj
2012-11-24added modified-moore-lewis from Barry Haddow into EMSphikoehn
2012-11-23make fuzzy match pt threadable by marking it as non-threadable! TODO - do it ...Hieu Hoang