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
2012-06-28KenLM e3b5c55910 including rest costs for probingKenneth Heafield
2012-06-13xcodeHieu Hoang
2012-05-28eclipse projectHieu Hoang
2012-05-04Update Jamfile for renamed RandLM libraries.Oliver Wilson
2012-04-03Remove developer specific include path from LM Jamfile.Oliver Wilson
2012-04-02Use networked implementation of LDHT instead of the local version.Oliver Wilson
2012-04-02Import Lossy Distributed Hash Table Language Model implementation.Oliver Wilson
2012-03-20Add comments to moses/src/LM/JamfileKenneth Heafield
2012-03-05Attempt to fix randlm compilationKenneth Heafield
2012-02-09output how many threads specifiedHieu Hoang
2012-02-08Compile ORLM. The existing code should to be refactored.Kenneth Heafield
2012-02-07Don't segfault when complaining that IRSTLM isn't multithreadedKenneth Heafield
2012-01-31Distribution friendly src/LM/JamfileMichal Hrusecky
2012-01-23Remove obsolete #if HAVE_CONFIG_H directives.Phil Williams
2012-01-13Fix GetScoreProducerDescriptionKenneth Heafield
2011-12-30abort if threading with irstHieu Hoang
2011-12-21Attempt to fix Stephan Walter's bug reportKenneth Heafield
2011-12-05Fix failed to write output file ... lm.logKenneth Heafield
2011-12-02Write lm file after successful build completionKenneth Heafield
2011-12-02Kludge to rebuild parts if language model options changeKenneth Heafield
2011-12-01Fine, go back to allowing multi-threaded builds to link against IRSTLMKenneth Heafield
2011-12-01More explaination about <s> errorKenneth Heafield
2011-11-30Force single-threaded build if --with-irstlmKenneth Heafield
2011-11-28Avoid naming conflict with glibc's libutilKenneth Heafield
2011-11-23Link against libSegFault if possible, --git option for installation.Kenneth Heafield
2011-11-21suppress warnings for srilmBarry Haddow
2011-11-21Jam: automatic boost linkage, install path argument, globsKenneth Heafield
2011-11-21Remove direction from PhraseBarry Haddow
2011-11-18Jam: Clean up boost library handling, assimilate mertKenneth Heafield
2011-11-18Rename RandLM to Rand, avoiding a self-conflict for header names. Reduce hea...Kenneth Heafield
2011-11-18Introducing JamfilesKenneth Heafield
2011-11-18KenLM compilation macro cleanupKenneth Heafield
2011-11-18Reduce header pollutionKenneth Heafield
2011-11-18Reduce SRI header pollutionKenneth Heafield
2011-11-18Replace assert with CHECK until people learn how to use assert properlyKenneth Heafield
2011-11-18Move language model ifdefs to Factory.cppKenneth Heafield
2011-11-01More informative error message about <s> errorsKenneth Heafield
2011-10-30Report null context estimates to correct score breakdownKenneth Heafield
2011-10-17Remove reference counts now that we can use boostheafield
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