Skip to content

Lingua 1.6.2

Latest
Compare
Choose a tag to compare
@pemistahl pemistahl released this 12 Dec 20:45
· 41 commits to main since this release

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 single DetectionResult was produced. This has been fixed.