Download langdetect-1.1-20120112.jar file - Jar l

Jar examples for l:langdetect

Description

This project is a fork of the "language-detection" project hosted on Google Code by Nakatani Shuyo at Cybozu Labs, Inc. Original project web site: https://code.google.com/p/language-detection/ This port cleans it up a bit and modify it to mavenize it.

You can download jar file langdetect 1.1-20120112 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add langdetect-1.1-20120112.jar to your project.

<dependency>
   <groupId>com.cybozu.labs</groupId>
   <artifactId>langdetect</artifactId>
   <version>1.1-20120112</version>
</dependency>
compile group: 'com.cybozu.labs', name: 'langdetect', version: '1.1-20120112'
libraryDependencies += "com.cybozu.labs" % "langdetect" % "1.1-20120112"
<dependency org="com.cybozu.labs" name="langdetect" rev="1.1-20120112"/>
@Grapes(@Grab(group='com.cybozu.labs', module='langdetect', version='1.1-20120112'))
'com.cybozu.labs:langdetect:jar:1.1-20120112'

Download

Click the following link to download the jar file.

langdetect-1.1-20120112-javadoc.jar
langdetect-1.1-20120112-sources.jar
langdetect-1.1-20120112.jar
langdetect-1.1-20120112.pom



Related Tutorials