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
2015-04-02Pull in C++ style headers from Jeroen VermeulenKenneth Heafield
2014-02-19Changing of the (header) guards #15Kenneth Heafield
2014-01-26Get the tests to pass on redesigned BinaryFormatKenneth Heafield
2013-07-01EmptyContextState -> NullContextState / NadirKenneth Heafield
2013-05-30Virtual loaderKenneth Heafield
2012-09-09Allow sizing of models that won't fit in 32-bit. Throw exception when we sta...Kenneth Heafield
2012-08-17Merge Lane's changes and a few other things from MosesKenneth Heafield
2012-06-04Merge from lazy. Includes lower order rest cost for probing.Kenneth Heafield
2012-01-20Copy Hieu's and my changes from MosesKenneth Heafield
2011-11-15Visual studio :-(kpu
2011-11-10Reduce lseek proliferationkpu
2011-09-24Hashing and documentationkpu
2011-09-16Probing hash table now fixes blank entries with corrected values. It passes ...kpu
2011-09-14First try at a trie pointer extension functionkpu
2011-09-13Rename State member variables for consistencykpu
2011-09-13Put a model-specific version in the header. Extract ModelType from binary_fo...kpu
2011-08-16Remove debugging stub, fix file deletionkpu
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-27Quantization working if a little brittlekpu
2011-06-26Quantization not quite working but almostkpu
2011-06-25Quantization not implemented but much of the refactoring is done. Also bette...kpu
2011-06-25Remove some unused typedefskpu
2011-04-19More documentationkpu
2011-01-25More aggressive backoff behavior.kpu
2011-01-18Trie is working for normal n-grams. kpu
2011-01-10Change so that models control their own size. Still haven't fixed bug, but t...kpu
2010-11-12State handling requested by Chris Dyerkpu
2010-11-01Renaming and avoid decoding prob if we don't have tokpu