Last Version

Shuyo Language Detection Library 1.3.0

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.

License

License

GroupId

GroupId

com.norconex.language
ArtifactId

ArtifactId

langdetect
Version

Version

1.3.0
Type

Type

jar
Description

Description

Shuyo 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

https://github.com/Norconex/language-detection
Source Code Management

Source Code Management

https://github.com/Norconex/language-detection

Download langdetect 1.3.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
net.arnx : jsonic jar 1.3.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.