Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Lingua 1.6.2 source code.tar.gz | 2023-12-12 | 79.7 MB | |
Lingua 1.6.2 source code.zip | 2023-12-12 | 79.9 MB | |
README.md | 2023-12-12 | 411 Bytes | |
Totals: 3 Items | 159.5 MB | 0 |
Improvements
- Type stubs for the Python bindings are now available, allowing better static code analysis, better code completion in supported IDEs and easier understanding of the library's API.
Bug Fixes
- The method
LanguageDetector.detect_multiple_languages_of
still returned character indices instead of byte indices when only a singleDetectionResult
was produced. This has been fixed.