This project has moved to https://github.com/emorynlp/nlp4j.
License |
License |
---|---|
GroupId | GroupIdcom.clearnlp |
ArtifactId | ArtifactIdclearnlp |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionclearnlp
Fast and robust NLP components implemented in Java.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
clearnlp-2.0.2.pom | |
clearnlp-2.0.2.jar | 661 KB |
clearnlp-2.0.2-sources.jar | 665 KB |
clearnlp-2.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.clearnlp/clearnlp/ -->
<dependency>
<groupId>com.clearnlp</groupId>
<artifactId>clearnlp</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.clearnlp/clearnlp/
implementation 'com.clearnlp:clearnlp:2.0.2'
// https://jarcasting.com/artifacts/com.clearnlp/clearnlp/
implementation ("com.clearnlp:clearnlp:2.0.2")
'com.clearnlp:clearnlp:jar:2.0.2'
<dependency org="com.clearnlp" name="clearnlp" rev="2.0.2">
<artifact name="clearnlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clearnlp', module='clearnlp', version='2.0.2')
)
libraryDependencies += "com.clearnlp" % "clearnlp" % "2.0.2"
[com.clearnlp/clearnlp "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
args4j : args4j | jar | 2.0.23 |
log4j : log4j | jar | 1.2.17 |
net.sourceforge.jregex : jregex | jar | 1.2_01 |
com.carrotsearch : hppc | jar | 0.5.2 |
com.google.guava : guava | jar | 14.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
This project has moved to https://github.com/emorynlp/nlp4j.