This project has moved to https://github.com/emorynlp/nlp4j.
License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdedu.emory.clir |
ArtifactId | ArtifactIdclearnlp |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionclearnlp
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
clearnlp-3.2.0.pom | |
clearnlp-3.2.0.jar | 638 KB |
clearnlp-3.2.0-sources.jar | 454 KB |
clearnlp-3.2.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.emory.clir/clearnlp/ -->
<dependency>
<groupId>edu.emory.clir</groupId>
<artifactId>clearnlp</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.emory.clir/clearnlp/
implementation 'edu.emory.clir:clearnlp:3.2.0'
// https://jarcasting.com/artifacts/edu.emory.clir/clearnlp/
implementation ("edu.emory.clir:clearnlp:3.2.0")
'edu.emory.clir:clearnlp:jar:3.2.0'
<dependency org="edu.emory.clir" name="clearnlp" rev="3.2.0">
<artifact name="clearnlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.emory.clir', module='clearnlp', version='3.2.0')
)
libraryDependencies += "edu.emory.clir" % "clearnlp" % "3.2.0"
[edu.emory.clir/clearnlp "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
args4j : args4j | jar | 2.0.29 |
log4j : log4j | jar | 1.2.17 |
com.carrotsearch : hppc | jar | 0.6.1 |
org.tukaani : xz | jar | 1.5 |
com.google.code.gson : gson | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
This project has moved to https://github.com/emorynlp/nlp4j.