Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.1 KB

language-detection

Forked from Norconex's mavenised version of Shuyo's "language-detection" project

Maven Dependency:

<dependency>
  <groupId>uk.ac.susx.tag</groupId>
  <artifactId>langdetect</artifactId>
  <version>2.0.1</version>
</dependency>

Changes:

v2.0.0 (2021-02-01)
  • Modified to allow multiple language profiles to be configured within the same JVM.
  • Moved to v2.0.0 as DetectorFactory API is not back-compat
v1.3.0 (2014-11-25):
  • Fork of release 2014-03-03 from original language-detection project (from the more up-to-date "master" branch). Original project hosted at: https://code.google.com/p/language-detection/
  • Language profile files are now in classpath, bundled with the distributed jar.
  • All generated files were removed from the project.
  • Mavenized (changing directory structure, adding pom.xml, etc).
  • Test classes moved to /src/main/test/.
  • Added DetectorFactory#loadProfile(InputStream)
  • Minor tweaks.