License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.justhalf.nlp |
ArtifactId | ArtifactIdjava-nlp-toolkit |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.justhalf.nlp:java-nlp-toolkit
A collection of various Java NLP libraries
|
Project URL |
Project URL |
Filename | Size |
---|---|
java-nlp-toolkit-0.1.2.pom | |
java-nlp-toolkit-0.1.2.jar | 157 KB |
java-nlp-toolkit-0.1.2-sources.jar | 51 KB |
java-nlp-toolkit-0.1.2-javadoc.jar | 431 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.justhalf.nlp/java-nlp-toolkit/ -->
<dependency>
<groupId>com.github.justhalf.nlp</groupId>
<artifactId>java-nlp-toolkit</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.justhalf.nlp/java-nlp-toolkit/
implementation 'com.github.justhalf.nlp:java-nlp-toolkit:0.1.2'
// https://jarcasting.com/artifacts/com.github.justhalf.nlp/java-nlp-toolkit/
implementation ("com.github.justhalf.nlp:java-nlp-toolkit:0.1.2")
'com.github.justhalf.nlp:java-nlp-toolkit:jar:0.1.2'
<dependency org="com.github.justhalf.nlp" name="java-nlp-toolkit" rev="0.1.2">
<artifact name="java-nlp-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.justhalf.nlp', module='java-nlp-toolkit', version='0.1.2')
)
libraryDependencies += "com.github.justhalf.nlp" % "java-nlp-toolkit" % "0.1.2"
[com.github.justhalf.nlp/java-nlp-toolkit "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
edu.emory.mathcs.nlp : nlp4j Optional | jar | 1.0.0 |
edu.emory.clir : clearnlp Optional | jar | 3.1.2 |
edu.stanford.nlp : stanford-corenlp | jar | 3.6.0 |
edu.ucdenver.ccp » biolemmatizer-core Optional | jar | 1.2 |
com.optimaize.languagedetector : language-detector Optional | jar | 0.5 |
com.google.guava : guava | jar | 19.0 |
net.sourceforge.nekohtml : nekohtml | jar | 1.9.22 |
net.sourceforge.argparse4j : argparse4j | jar | 0.7.0 |
xml-apis : xml-apis | jar | 1.4.01 |
org.apache.logging.log4j : log4j-api | jar | 2.3 |
org.apache.logging.log4j : log4j-1.2-api | jar | 2.3 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.3 |
org.apache.logging.log4j : log4j-core | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
edu.emory.mathcs.nlp : nlp4j-english Optional | jar | 1.0.0 |
edu.emory.clir : clearnlp-dictionary Optional | jar | 3.1 |
edu.emory.clir : clearnlp-global-lexica Optional | jar | 3.1 |
edu.emory.clir : clearnlp-medical-en-dep Optional | jar | 3.1 |
edu.emory.clir : clearnlp-medical-en-pos Optional | jar | 3.1 |
edu.stanford.nlp : stanford-corenlp | jar | 3.6.0 |
Group / Artifact | Type | Version |
---|---|---|
pl.pragmatists : JUnitParams | jar | 1.0.4 |