Skip to content

Lingua 1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 17:39

Bug Fixes

  • When two languages had exactly the same confidence values, one of them was erroneously removed from the result map.
    Thanks to @mmedek for reporting this bug. (#72)
  • There was still a problem with the classification of texts consisting of certain alphabets.
    Thanks to @nicolabertoldi for reporting this bug. (#76)
  • The language detection for Spanish did not take the rarely used accented characters á, é, í, ó, ú and ü into account.
    Thanks to @joeporter for reporting this bug. (#73)
  • A bug in the rule engine led to weak detection accuracy for Macedonian and Serbian. This has been fixed.

Other Changes

  • The Kotlin compiler and runtime have been updated to version 1.4. This includes the current stable release 1.0.0 of the kotlinx-serialization framework.
  • The accuracy report files have been moved to their own Gradle source set. This allows for separate compilation of unit tests and accuracy report tests, leading to more flexible and slightly faster compilation.