License |
License |
---|---|
GroupId | GroupIdio.redlink.nlp |
ArtifactId | ArtifactIdlangdetect |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLanguage Detection
Collection of useful modules related to natural language processing
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
langdetect-3.0.0.pom | |
langdetect-3.0.0.jar | 12 KB |
langdetect-3.0.0-sources.jar | 7 KB |
langdetect-3.0.0-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.redlink.nlp/langdetect/ -->
<dependency>
<groupId>io.redlink.nlp</groupId>
<artifactId>langdetect</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.redlink.nlp/langdetect/
implementation 'io.redlink.nlp:langdetect:3.0.0'
// https://jarcasting.com/artifacts/io.redlink.nlp/langdetect/
implementation ("io.redlink.nlp:langdetect:3.0.0")
'io.redlink.nlp:langdetect:jar:3.0.0'
<dependency org="io.redlink.nlp" name="langdetect" rev="3.0.0">
<artifact name="langdetect" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.redlink.nlp', module='langdetect', version='3.0.0')
)
libraryDependencies += "io.redlink.nlp" % "langdetect" % "3.0.0"
[io.redlink.nlp/langdetect "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.redlink.nlp : nlp-model | jar | 3.0.0 |
com.cybozu.labs : langdetect | jar | 1.1-20120112 |
org.apache.commons : commons-lang3 | jar | 3.4 |
commons-io : commons-io | jar | 2.7 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
com.github.ferstl : junit-testgroups | jar | 1.0.1 |
org.slf4j : slf4j-simple | jar | 1.7.36 |