Jar examples for l:langdetect
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
langdetect-1.1-20120112-javadoc.jar