License |
License |
---|---|
GroupId | GroupIdcom.norconex.language |
ArtifactId | ArtifactIdlangdetect |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionShuyo Language Detection Library
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
langdetect-1.3.0.pom | |
langdetect-1.3.0.jar | 2 MB |
langdetect-1.3.0-tests.jar | 13 KB |
langdetect-1.3.0-sources.jar | 2 MB |
langdetect-1.3.0-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.norconex.language/langdetect/ -->
<dependency>
<groupId>com.norconex.language</groupId>
<artifactId>langdetect</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.norconex.language/langdetect/
implementation 'com.norconex.language:langdetect:1.3.0'
// https://jarcasting.com/artifacts/com.norconex.language/langdetect/
implementation ("com.norconex.language:langdetect:1.3.0")
'com.norconex.language:langdetect:jar:1.3.0'
<dependency org="com.norconex.language" name="langdetect" rev="1.3.0">
<artifact name="langdetect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.norconex.language', module='langdetect', version='1.3.0')
)
libraryDependencies += "com.norconex.language" % "langdetect" % "1.3.0"
[com.norconex.language/langdetect "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
net.arnx : jsonic | jar | 1.3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |