Skip to content

Fork of the Shuyo "language-detection" project hosted on Google Code. Original project web site: https://code.google.com/p/language-detection/

Notifications You must be signed in to change notification settings

CASM-Consulting/language-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fork of the Shuyo "language-detection" project hosted on Google Code. Original project web site: https://code.google.com/p/language-detection/

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%