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/kenlm
AgeCommit message (Expand)Author
2011-11-17Move kenlm up one level, simplify compilationKenneth Heafield
2011-11-15Remove test for KenLM's unused SRI wrapperKenneth Heafield
2011-11-15Remove timeval on windowsKenneth Heafield
2011-11-14low hanging fruit visual studio fixes.Hieu Hoang
2011-11-14Bring back Hieu's Visual Studio template fixKenneth Heafield
2011-11-12visual studioHieu Hoang
2011-11-12Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2011-11-12visual studioHieu Hoang
2011-11-11xcode buildHieu Hoang
2011-11-11Windows fix: _O_BINARYKenneth Heafield
2011-11-11License noteKenneth Heafield
2011-11-11KenLM update including progress on ARM and MinGW from NICTKenneth Heafield
2011-11-07Merge github.com:hieuhoang/mosesdecoderHieu Hoang
2011-11-03Bugfix trie when 5-grams and 4-grams appear but 3-gram is blankKenneth Heafield
2011-10-30xcodeHieu Hoang
2011-10-28Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2011-10-28Revert "xcode"Hieu Hoang
2011-10-24Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2011-10-24Fix Trie building with pruned bigrams. There was a Bad File descriptor error.Kenneth Heafield
2011-10-24xcodeHieu Hoang
2011-10-23win32Hieu Hoang
2011-10-20Corner case left state was not being fully minimizedKenneth Heafield
2011-10-19Reduce user e-mails related to IRSTLM formatsKenneth Heafield
2011-10-19Reduce header pollutionKenneth Heafield
2011-10-19Minor code cleanupKenneth Heafield
2011-10-18xcode. kenlm fails for some reasonHieu Hoang
2011-10-18xcode. kenlm fails for some reasonHieu Hoang
2011-10-17Remove some gcc-only variable sized arraysheafield
2011-10-14Reduce text phrase table loading time by 49.5%. Add a progress bar too. Str...heafield
2011-10-14Make Chris Dyer feel safer about compile time if statement handlingheafield
2011-10-14Add a test and a multi-token breakerheafield
2011-10-12Move EnumerateVocab to namespace lmheafield
2011-10-11Updated left state minimization makes all states of length N-1 fullheafield
2011-10-11Fix trie for ARPAs from SRILM. heafield
2011-10-11Trie building bug fixheafield
2011-10-08Fix silly bug in mergingheafield
2011-09-28xcodehieuhoang1972
2011-09-27Fix a segfault with the chop variant of trie in chart decodingheafield
2011-09-26Fix file naming bugheafield
2011-09-25xcodehieuhoang1972
2011-09-24Sync with changes made for cdec. Documentation. Remove an unnecessary copy. heafield
2011-09-22Add file used by a test.heafield
2011-09-21Merge mtm_lm into trunk.heafield
2011-09-06xcode macros for large file supporthieuhoang1972
2011-08-16Fix segfault withe trie on models without <unk>. Problem was that trie write...heafield
2011-08-03Minor fixes. One for David Chiang who has files without initial newlines. heafield
2011-07-15xcodehieuhoang1972
2011-07-14Optional compression for trie. Also, some better error handling. heafield
2011-06-28xcodehieuhoang1972
2011-06-28Sorry I used a GCC-only dynamically sized arrayheafield