License |
License |
---|---|
GroupId | GroupIdcom.streetcodevn |
ArtifactId | ArtifactIdntc-langdetect |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionntc-langdetect
ntc-langdetect is a library Language Detector using Apache OpenNLP
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ntc-langdetect-1.0.0.pom | |
ntc-langdetect-1.0.0.jar | 10 MB |
ntc-langdetect-1.0.0-sources.jar | 10 MB |
ntc-langdetect-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.streetcodevn/ntc-langdetect/ -->
<dependency>
<groupId>com.streetcodevn</groupId>
<artifactId>ntc-langdetect</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.streetcodevn/ntc-langdetect/
implementation 'com.streetcodevn:ntc-langdetect:1.0.0'
// https://jarcasting.com/artifacts/com.streetcodevn/ntc-langdetect/
implementation ("com.streetcodevn:ntc-langdetect:1.0.0")
'com.streetcodevn:ntc-langdetect:jar:1.0.0'
<dependency org="com.streetcodevn" name="ntc-langdetect" rev="1.0.0">
<artifact name="ntc-langdetect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.streetcodevn', module='ntc-langdetect', version='1.0.0')
)
libraryDependencies += "com.streetcodevn" % "ntc-langdetect" % "1.0.0"
[com.streetcodevn/ntc-langdetect "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.opennlp : opennlp-tools | jar | 1.9.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |