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
2011-11-06load hiero format for reading suffix arraysHieu Hoang
2011-11-06load hiero format for reading suffix arraysHieu Hoang
2011-11-04load hiero format for reading suffix arraysHieu Hoang
2011-11-04load hiero format for reading suffix arraysHieu Hoang
2011-11-04load hiero format for reading suffix arraysHieu Hoang
2011-11-01More informative error message about <s> errorsKenneth Heafield
2011-10-30Report null context estimates to correct score breakdownKenneth Heafield
2011-10-30lattice for scfg decodingHieu Hoang
2011-10-30xcodeHieu Hoang
2011-10-30xcodeHieu Hoang
2011-10-28Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2011-10-28TMX extraction by Tom Hoar and Hilario Leal FontesHieu Hoang
2011-10-27Modified code in Manager.cpp so that option -osgx outputs a superset of -osg.Germán
2011-10-24Just get ready but didn't fix bug yetHieu Hoang
2011-10-24fix bug for tree-to-string. Didn't check source LHSHieu Hoang
2011-10-24fix bug for tree-to-string. Didn't check sourceLHSHieu Hoang
2011-10-24xcodeHieu Hoang
2011-10-23xcodeHieu Hoang
2011-10-23win32Hieu Hoang
2011-10-18xcode compilesHieu Hoang
2011-10-18xcode. kenlm fails for some reasonHieu Hoang
2011-10-17Now PhraseDictionaryMemory loads in 36% of the original time.Kenneth Heafield
2011-10-17More Boost is allowed partyingheafield
2011-10-17Remove reference counts now that we can use boostheafield
2011-10-14Reduce text phrase table loading time by 49.5%. Add a progress bar too. Str...heafield
2011-10-14visual studiohieuhoang1972
2011-10-13Remove extraneous headerheafield
2011-10-13(16:51:52) Heafield: Does anybody use LanguageModelSkip? heafield
2011-10-13Remove some virtual tagsheafield
2011-10-13Organize language models into an LM directory. heafield
2011-10-13Back to using StringPieceheafield
2011-10-13Cut the middle men out of the language model interface. heafield
2011-10-13Remove unused codeheafield
2011-10-13Remove unused callsheafield
2011-10-12KenLM-specific Evaluate functionheafield
2011-10-12Faster CalcScore implementation for KenLMheafield
2011-10-12Dear Hieu, a StringPiece is not necessairly null-terminated. When loading AR...heafield
2011-10-12Fix bhaddow's oovCount. Should be all words, not just the first in the phras...heafield
2011-10-12Move EnumerateVocab to namespace lmheafield
2011-10-12relax overly harsh asserthieuhoang1972
2011-10-11Source files are not executables. heafield
2011-10-11Move phrase scoring from LanguageModel to LanguageModelImplementation. heafield
2011-10-11delete align info flag in target phrase. Not usedhieuhoang1972
2011-10-10Move ChartHypothesis stuff to LanguageModelImplementation. Ran theheafield
2011-10-10Move LanguageModelChartState into LanguageModelImplementation in preparation ...heafield
2011-10-06last checkin was for the oldest bug found in moses! Goes back to svn version ...hieuhoang1972
2011-10-06Apparently we wanted a sequential id after all. . . get one in a thread-safe ...heafield
2011-10-06bug reading over string sizehieuhoang1972
2011-10-04Implementation of Lattice sampling (Chatterjee and Cancedda, emnlp 2010)bhaddow
2011-10-03made LM interface compliant with IRSTLM 5.70.02; fixed a bug related to word ...nicolabertoldi