t

tika-langdetect

This is the language detection Apache Tika™ toolkit.
http://tika.apache.org/
The Apache Software Foundation
Files download
File Operation
tika-langdetect-1.13.jar download
tika-langdetect-1.13.pom download
tika-langdetect-1.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.tika</groupId>
  <artifactId>tika-langdetect</artifactId>
  <version>1.13</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.tika:tika-langdetect:1.13'
Gradle Kotlin
implementation("org.apache.tika:tika-langdetect:1.13")
Scala SBT
libraryDependencies += "org.apache.tika" % "tika-langdetect" % "1.13"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.tika', module='tika-langdetect', version='1.13')
)
Apache Ivy
<dependency org="org.apache.tika" name="tika-langdetect" rev="1.13" />
Leiningen
[org.apache.tika/tika-langdetect "1.13"]
Apache Buildr
'org.apache.tika:tika-langdetect:jar:1.13'