Skip to content

Lingua 1.0.2

Compare
Choose a tag to compare
@pemistahl pemistahl released this 09 Aug 12:46

Bug Fixes

  • The language mapping for character ë was incorrect which has been fixed.
    Thanks to @sandernugterenedia for reporting this bug. (#66)
  • The implementation of LanguageDetector made use of functionality that was
    introduced in Java 8 which made the library unusable for Java 6 and 7.
    Thanks to @levant916 for reporting this bug. (#69)
  • The Gradle shadow plugin has been
    added so that ./gradlew jarWithDependencies produces a jar file whose dependencies
    do not conflict anymore with the same dependencies of different versions in the same project. (#67)