Releases: kensho-technologies/pyctcdecode
Releases · kensho-technologies/pyctcdecode
v0.5.0
- Includes some bug fixes for hotwords and caching at the end of a statement.
- Updated setup to use pyproject.toml
- Deprecate testing support for python 3.6, add python 3.10
- Allow use to set the encoding of the arpa file to load unigrams
- Improve static typing support
v0.4.0
- Several bug fixes, including fixing some broken tests, checking multiprocessing pool type before running, etc
- Minor updates to documentation
v0.3.0
- Fixed bug around frame annotation for bpe vocabularies
v0.2.1
vbump (#40)
Co-authored-by: Georg <georg@macbook-pro.myfiosgateway.com>
v0.2.0
Huggingface hub integration
v0.1.1
Updated automatic vocabulary handling.
v0.1.0
Modify kenlm dependency for pypi compatibility (#2)