License |
License |
---|---|
GroupId | GroupIdcom.streetcodevn |
ArtifactId | ArtifactIdntc-visd |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionntc-visd
ntc-visd is a library Vietnamese Sentence Detector using Apache OpenNLP
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ntc-visd-1.0.0.pom | |
ntc-visd-1.0.0.jar | 45 KB |
ntc-visd-1.0.0-sources.jar | 46 KB |
ntc-visd-1.0.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.streetcodevn/ntc-visd/ -->
<dependency>
<groupId>com.streetcodevn</groupId>
<artifactId>ntc-visd</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.streetcodevn/ntc-visd/
implementation 'com.streetcodevn:ntc-visd:1.0.0'
// https://jarcasting.com/artifacts/com.streetcodevn/ntc-visd/
implementation ("com.streetcodevn:ntc-visd:1.0.0")
'com.streetcodevn:ntc-visd:jar:1.0.0'
<dependency org="com.streetcodevn" name="ntc-visd" rev="1.0.0">
<artifact name="ntc-visd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.streetcodevn', module='ntc-visd', version='1.0.0')
)
libraryDependencies += "com.streetcodevn" % "ntc-visd" % "1.0.0"
[com.streetcodevn/ntc-visd "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 |