Bug Fixes
- The method
LanguageDetector.detect_multiple_languages_of
returns byte indices. For creating string slices in Python, character indices are needed but were not provided. This resulted in incorrectDetectionResult
s for Python. This has been fixed now by converting the byte indices to character indices. Big thanks to @boltonn for the bug report. (#192)
Please note: Due to project size limits on PyPI, the Python wheels for previous version 2.0.0 had to be deleted. Please use 2.0.1 instead.