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
path: root/python
AgeCommit message (Expand)Author
2022-03-21cython 0.29.28 thx @xantaresKenneth Heafield
2021-09-30fix aur build errormackong
2020-10-12Ture -> TrueKenneth Heafield
2020-10-12Fix docstring in python/kenlm.pyxViswanath Sivakumar
2020-09-30Added arpa_complain option to Config python wrapper.Ossama W. Obeid
2020-09-25Change target_link_libraries to PUBLICKenneth Heafield
2020-05-13Add python/CMakeListsMichel Zou
2020-04-03Update cython to 0.29.15Kenneth Heafield
2019-09-02Extend python wrapper of config, add State __deepcopy__.Kenneth Heafield
2019-07-06Python fast path for sentence scoringKenneth Heafield
2018-10-10Compile with cython 0.28.4. Fixes #184.Kenneth Heafield
2018-03-29Add __copy__ for state. Fixes #142?Kenneth Heafield
2017-12-02Rename Model to LanguageModelZeyuan Hu
2017-10-23Fix #101 picklingKenneth Heafield
2016-06-27Update cython codeKenneth Heafield
2016-06-27Add sentence perplexityKenneth Heafield
2016-06-27More examples of python interfaceKenneth Heafield
2016-03-30Older Python doesn't have enum :-(Kenneth Heafield
2016-03-29Support for different loading methodsKenneth Heafield
2016-03-29Stateful API exampleKenneth Heafield
2016-03-12LanguageModel -> ModelKenneth Heafield
2016-03-11Combine Model and LanguageModel classesKenneth Heafield
2015-07-09python3 compatibleWilker Aziz
2015-07-09wrapped State and Model for better integration (before we could onlyWilker Aziz
2015-01-30Typo fixlittmus
2014-09-17including oov to python example use of full_scoresWilker Aziz
2014-09-13WordIndex was missing namespace in pxd, returning OOV count withWilker Aziz
2014-09-11minor changes to allow scoring with NullStateWilker Aziz
2014-01-28Update python wrapper for change in virtual interfaceKenneth Heafield
2013-06-05Merged Kenneth's changes to the Python module (stack alloc)Victor Chahuneau
2013-05-30Make python support all model typesKenneth Heafield
2013-05-30Wrapping exceptions was obfuscating the true value. new/delete make things s...Kenneth Heafield
2013-04-16More detailed loading error messageVictor Chahuneau
2013-03-21More recent Cython versionVictor Chahuneau
2012-10-25[python] Minor interface changeVictor Chahuneau
2012-10-15[python] Pickling supportVictor Chahuneau
2012-07-31[python] Proper const VocabularyVictor Chahuneau
2012-07-04Too many top level directoriesKenneth Heafield
2012-07-04[python] Change to non-binary LM in example; catch C++ exceptionVictor Chahuneau
2012-07-04Fix for g++ and python 3Victor Chahuneau
2012-07-03Add python module; supports LM queryingVictor Chahuneau