Forked from Norconex's mavenised version of Shuyo's "language-detection" project
<dependency>
<groupId>uk.ac.susx.tag</groupId>
<artifactId>langdetect</artifactId>
<version>2.0.1</version>
</dependency>
- 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
- 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.