is not current version
Last Version 1.2.1

com.github.pemistahl:lingua 1.0.1

A natural language detection library for Java and the JVM, suitable for long and short text alike

GroupId

GroupId

com.github.pemistahl
ArtifactId

ArtifactId

lingua
Version

Version

1.0.1
Type

Type

jar

Download lingua 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.pemistahl/lingua/ -->
<dependency>
    <groupId>com.github.pemistahl</groupId>
    <artifactId>lingua</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pemistahl/lingua/
implementation 'com.github.pemistahl:lingua:1.0.1'
// https://jarcasting.com/artifacts/com.github.pemistahl/lingua/
implementation ("com.github.pemistahl:lingua:1.0.1")
'com.github.pemistahl:lingua:jar:1.0.1'
<dependency org="com.github.pemistahl" name="lingua" rev="1.0.1">
  <artifact name="lingua" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pemistahl', module='lingua', version='1.0.1')
)
libraryDependencies += "com.github.pemistahl" % "lingua" % "1.0.1"
[com.github.pemistahl/lingua "1.0.1"]