Skip to content

Lingua 1.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 11:57
· 80 commits to main since this release

Improvements

  • The new method LanguageDetector.destroy() has been introduced that frees internal resources to prevent memory leaks within application server deployments. (#110, #116)
  • Language model loading performance has been improved by creating a manually optimized internal thread pool. This replaces the coroutines used in the previous release. (#116)

Bug Fixes

  • The character â was erroneously not treated as a possible indicator for the French language. (#115)
  • Language detection was non-deterministic when multiple alphabets had the same occurrence count. (#105)