l

lingua

A natural language detection library for Java and the JVM, suitable for long and short text alike
https://github.com/pemistahl/lingua
The Apache License, Version 2.0
Peter M. Stahl
Files download
File Operation
lingua-1.2.2.jar download
lingua-1.2.2.pom download
lingua-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pemistahl</groupId>
  <artifactId>lingua</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.pemistahl:lingua:1.2.2'
Gradle Kotlin
implementation("com.github.pemistahl:lingua:1.2.2")
Scala SBT
libraryDependencies += "com.github.pemistahl" % "lingua" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pemistahl', module='lingua', version='1.2.2')
)
Apache Ivy
<dependency org="com.github.pemistahl" name="lingua" rev="1.2.2" />
Leiningen
[com.github.pemistahl/lingua "1.2.2"]
Apache Buildr
'com.github.pemistahl:lingua:jar:1.2.2'