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-09-11Go crazy about memory managment.Kenneth Heafield
2015-05-19Remove trailing spacesKenneth Heafield
2015-04-11Be explicit about huge pagesKenneth Heafield
2014-04-27ErsatzPRead/ErsatzPWrite from WindowsKenneth Heafield
2014-01-28Uninitialized veriableKenneth Heafield
2014-01-26Now with relocationKenneth Heafield
2014-01-26Get the tests to pass on redesigned BinaryFormatKenneth Heafield
2013-08-20bugfix: cstdlib and ICU StringPiece starts_withgraehl
2012-12-12c++11, Config::show_progress option, icu::StringPiece nsgraehl
2012-10-10Make WRITE_AFTER also do vocabulary afterKenneth Heafield
2012-09-10More 64/32 changes. Fix seek for windows.Kenneth Heafield
2012-06-04Merge from lazy. Includes lower order rest cost for probing.Kenneth Heafield
2012-02-09Keep models in RAM by defaultKenneth Heafield
2012-01-20Use calloc for anonymous mapping on windowsKenneth Heafield
2012-01-18Guard one &*Kenneth Heafield
2011-11-26Was using the wrong sizeofKenneth Heafield
2011-11-17Make binary format deterministic by zero-initializing parameters headerKenneth Heafield
2011-11-17Check for old 32-bit formatKenneth Heafield
2011-11-17Paranoid vocabulary checksKenneth Heafield
2011-11-17ftruncate for windowsKenneth Heafield
2011-11-15s/stdint/inttypeskpu
2011-11-10Big refactoring to open temporary files once during triekpu
2011-11-10Minimize usage of off_tkpu
2011-11-10Reduce unistdkpu
2011-11-10Reduce lseek proliferationkpu
2011-11-10Pull more file operations into file. kpu
2011-11-10Portabilitykpu
2011-09-13Put a model-specific version in the header. Extract ModelType from binary_fo...kpu
2011-09-08Return a bool indicating if the n-gram extends leftkpu
2011-08-16Fix trie when <unk> is missing by padding the vocabulary. kpu
2011-07-06Deeper integrated simple pointer compressionkpu
2011-06-27Quantization working if a little brittlekpu
2011-05-20msync before munmapkpu
2011-02-24Allow override of requirement that </s> and <s> appear. Detect binary files ...kpu
2011-02-24More idiot proof binary buildingkpu
2011-01-25Release versionkpu
2011-01-18Also increment the version number now that I've changed the hash functionkpu
2011-01-10Change so that models control their own size. Still haven't fixed bug, but t...kpu
2010-12-08Separate table function. Move responsibility for checking probing_multiplier...kpu
2010-11-06More options for loading. Change the default to populating. kpu
2010-10-28RecognizeBinary functionkpu
2010-10-27Unused parameterkpu
2010-10-27Add separate config file cc and fix binary_format's printing to use config.me...kpu
2010-10-27Refactor binary format to support vocab off the end. kpu
2010-10-26Partial implementation of vocab in binary format.kpu
2010-10-26Don't require a final enter line. kpu
2010-10-24Rename lm/exception to lm/lm_exception to avoid naming conflictkpu
2010-10-23Fix order of binary_format complaints. kpu
2010-10-22Silence some of the building messages in the test. kpu