Download langdetect-1.1.2-20151117.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.2-20151117 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add langdetect-1.1.2-20151117.jar to your project.

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

Download

Click the following link to download the jar file.

langdetect-1.1.2-20151117-javadoc.jar
langdetect-1.1.2-20151117-sources.jar
langdetect-1.1.2-20151117.jar
langdetect-1.1.2-20151117.pom



Related Tutorials