Releases: omarmhaimdat/whatlang-pyo3
Releases · omarmhaimdat/whatlang-pyo3
v0.6.0
v0.5.0
- Add
batch_detect
function to detect the language of a list of texts- Make use of the parallelism with the
n_jobs
parameter - Add
batch_detect
example in the README - Add unit tests for
batch_detect
and performance tests with single text detection
- Make use of the parallelism with the
- Add stub files for the
whatlang
module to improve the type hints - Add proper type hints for
detect_lang
anddetect_script
functions - Create proper unit tests for the whole library in
test.py
Full Changelog: 27...v0.5.0