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
2012-11-18Compact reordering table, do not force full recompilationMarcin Junczys-Dowmunt
2012-11-18Do not search for compact reordering table if CMPH is not compile into mosesMarcin Junczys-Dowmunt
2012-11-17more consistent file name resolutionmarcinj
2012-11-17Revert "Binary compatible compact phrase table"marcinj
2012-11-17Binary compatible compact phrase tablemarcinj
2012-11-16Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-11-16Fixed destructor PhraseDictionaryCompactMarcin Junczys-Dowmunt
2012-11-16fixed destructorMarcin Junczys-Dowmunt
2012-11-16Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-11-16output alignments into file down. Alignments for n-best todoHieu Hoang
2012-11-16Merge branch 'master' of github.com:moses-smt/mosesdecoderMarcin Junczys-Dowmunt
2012-11-16Merge branch 'master' of github.com:moses-smt/mosesdecodermarcinj
2012-11-16Merge branch 'master' of github.com:moses-smt/mosesdecoderMarcin Junczys-Dowmunt
2012-11-16Fixed missing alignment pointsmarcinj
2012-11-16Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2012-11-16Expose k-best lists from incremental searchKenneth Heafield
2012-11-16Use copy of phrase table weights instead of pointerMarcin Junczys-Dowmunt
2012-11-16Short circuit feature pre-calc when possibleBarry Haddow
2012-11-16Rename Incremental/Manager.cpp to just Incremental.cppKenneth Heafield
2012-11-15Update incremental searchKenneth Heafield
2012-11-15Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-11-15added alignment output to n-best listHieu Hoang
2012-11-15added plumbing to output alignments from chart decoder.Hieu Hoang
2012-11-15Alignments on by default for phrase-basedBarry Haddow
2012-11-14if you don't need word alignments, but the binary phrase table has it anyway....Hieu Hoang
2012-11-14delete arg -use-alignment-infoHieu Hoang
2012-11-14change argument -include-alignment-in-n-best to -include-segmentation-in-n-be...Hieu Hoang
2012-11-14change argument -include-alignment-in-n-best to -include-segmentation-in-n-be...Hieu Hoang
2012-11-14delete print-alignment-info arg. Not used anymoreHieu Hoang
2012-11-14only include moses root when compilingHieu Hoang
2012-11-14Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2012-11-14only include moses root when compilingHieu Hoang
2012-11-14remove unused parameterBarry Haddow
2012-11-13remove hardcoded label for top of sentenceHieu Hoang
2012-11-13Redo dynsa cleanupKenneth Heafield
2012-11-13Cleanup a file left by a mergeKenneth Heafield
2012-11-13resolved merge conflictsHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang
2012-11-12Put core Moses into one library libmoses.Kenneth Heafield
2012-11-12add header fileHieu Hoang
2012-11-12c++ version of fuzzy match worksHieu Hoang
2012-11-12c++ version of fuzzy match worksHieu Hoang
2012-11-12Instant upgrade to a write lock (exclusive first class seat)Kenneth Heafield
2012-11-09cmph header makes it further than CompactPTKenneth Heafield
2012-11-08Collapse a bunch of Moses libraries into one.Kenneth Heafield
2012-11-08More shared build fixesKenneth Heafield
2012-10-31Increase paranoia about --kenlm-max-order and --max-factorsKenneth Heafield
2012-10-31minor compile error on macosx. size_t != uint64_tHieu Hoang
2012-10-28Cut PhraseTableMemory loading time by 35%Kenneth Heafield
2012-10-25delete some debug infoHieu Hoang