Releases: adbar/py3langid
Releases · adbar/py3langid
py3langid-0.3.0
py3langid-0.2.2
- Fixed bug in probability normalization (#6)
- Fully implemented data type argument in
classify()
- Adapted training scripts to Python3 (untested)
Full Changelog: v0.2.1...v0.2.2
py3langid-0.2.1
- maintenance: update and simplify code
Full Changelog: v0.2.0...v0.2.1
py3langid-0.2.0
- Change Numpy data type for features (
uint32
→uint16
) - Code cleaning
Full Changelog: v0.1.2...v0.2.0
py3langid-0.1.2
- Include data in non-wheel package versions
- Faster module loading
- Extended tests and readme
Full Changelog: v0.1.0...v0.1.2
py3langid-0.1.0
- Fork re-packaged
- Efficiency improvements in
langid.py