Download tika-langdetect-1.18.jar file - Jar t

Jar examples for t:tika-langdetect

Description

This is the language detection Apache Tika? toolkit.

You can download jar file tika-langdetect 1.18 in this page.

License

Apache License

Build File

You can use the following script to add tika-langdetect-1.18.jar to your project.

<dependency>
   <groupId>org.apache.tika</groupId>
   <artifactId>tika-langdetect</artifactId>
   <version>1.18</version>
</dependency>
compile group: 'org.apache.tika', name: 'tika-langdetect', version: '1.18'
libraryDependencies += "org.apache.tika" % "tika-langdetect" % "1.18"
<dependency org="org.apache.tika" name="tika-langdetect" rev="1.18"/>
@Grapes(@Grab(group='org.apache.tika', module='tika-langdetect', version='1.18'))
'org.apache.tika:tika-langdetect:jar:1.18'

Download

Click the following link to download the jar file.

tika-langdetect-1.18-javadoc.jar
tika-langdetect-1.18-sources.jar
tika-langdetect-1.18-tests.jar
tika-langdetect-1.18.jar
tika-langdetect-1.18.pom



Related Tutorials