License |
License |
---|---|
GroupId | GroupIdcom.googlecode.clearnlp |
ArtifactId | ArtifactIdclearnlp |
Last Version | Last Version1.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClearNLP
Fast and robust NLP components implemented in Java.
|
Filename | Size |
---|---|
clearnlp-1.4.2.pom | |
clearnlp-1.4.2.jar | 461 KB |
clearnlp-1.4.2-sources.jar | 365 KB |
clearnlp-1.4.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.clearnlp/clearnlp/ -->
<dependency>
<groupId>com.googlecode.clearnlp</groupId>
<artifactId>clearnlp</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.clearnlp/clearnlp/
implementation 'com.googlecode.clearnlp:clearnlp:1.4.2'
// https://jarcasting.com/artifacts/com.googlecode.clearnlp/clearnlp/
implementation ("com.googlecode.clearnlp:clearnlp:1.4.2")
'com.googlecode.clearnlp:clearnlp:jar:1.4.2'
<dependency org="com.googlecode.clearnlp" name="clearnlp" rev="1.4.2">
<artifact name="clearnlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.clearnlp', module='clearnlp', version='1.4.2')
)
libraryDependencies += "com.googlecode.clearnlp" % "clearnlp" % "1.4.2"
[com.googlecode.clearnlp/clearnlp "1.4.2"]
Group / Artifact | Type | Version |
---|---|---|
args4j : args4j | jar | 2.0.23 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
org.apache.commons : commons-compress | jar | 1.5 |
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 |