Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Lingua 1.6.1 source code.tar.gz | 2023-11-23 | 79.7 MB | |
Lingua 1.6.1 source code.zip | 2023-11-23 | 79.9 MB | |
README.md | 2023-11-23 | 586 Bytes | |
Totals: 3 Items | 159.6 MB | 0 |
Bug Fixes
-
The method
LanguageDetector.detect_multiple_languages_of
returns byte indices. For creating string slices in Python and JavaScript, character indices are needed but were not provided. This resulted in incorrectDetectionResult
s for Python and JavaScript. This has been fixed now by converting the byte indices to character indices. (pemistahl/lingua-py#192) -
Some minor bugs in the WASM module have been fixed to prepare the first release of Lingua for JavaScript.