Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-08Use relative header pathsKenneth Heafield
2015-05-19Remove trailing spacesKenneth Heafield
2014-02-19Changing of the (header) guards #15Kenneth Heafield
2014-01-24Unused variableKenneth Heafield
2012-09-09Add overflow checksKenneth Heafield
2012-06-28class Config -> struct Config againKenneth Heafield
2012-06-04Merge from lazy. Includes lower order rest cost for probing.Kenneth Heafield
2012-05-05Compile with clang.Kenneth Heafield
2011-11-15s/stdint/inttypeskpu
2011-09-27Fix Bhiksha trie pointerskpu
2011-09-14First try at a trie pointer extension functionkpu
2011-09-13Return left pointer information. Maybe I shouldn't have tried so hard on the...kpu
2011-08-16Fix trie when <unk> is missing by padding the vocabulary. kpu
2011-07-06Deeper integrated simple pointer compressionkpu
2011-07-06Simple version of Bhiksha's trick for next pointers passes testskpu
2011-07-06Partway to refactoring for next pointer storagekpu
2011-06-26Quantization not quite working but almostkpu
2011-06-25Quantization not implemented but much of the refactoring is done. Also bette...kpu
2011-05-23Make trie 23% faster by telling the vocab size to each lookup. kpu
2011-01-18Trie is working for normal n-grams. kpu
2010-11-01Renaming and avoid decoding prob if we don't have tokpu
2010-10-21trie template argument compiles. Untested. kpu
2010-10-21Trie stuff compiles. . . including some 32-bit fixes. kpu
2010-10-21Fix trie compilation. TODO: InitializeFromARPA. kpu
2010-10-21Incomplete trie integrationkpu