License |
License |
---|---|
GroupId | GroupIdde.julielab |
ArtifactId | ArtifactIdjcore-opennlp-parser-ae |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJCoRe OpenNLP Constituency Parser
UIMA wrapper for the OpenNLP Parser. The difference to the official OpenNLP UIMA wrapper is basically
the type system. In this project the JCoRe type system is employed and is thus compatible to other JCoRe
components.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/de.julielab/jcore-opennlp-parser-ae/ -->
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-opennlp-parser-ae</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.julielab/jcore-opennlp-parser-ae/
implementation 'de.julielab:jcore-opennlp-parser-ae:2.5.0'
// https://jarcasting.com/artifacts/de.julielab/jcore-opennlp-parser-ae/
implementation ("de.julielab:jcore-opennlp-parser-ae:2.5.0")
'de.julielab:jcore-opennlp-parser-ae:jar:2.5.0'
<dependency org="de.julielab" name="jcore-opennlp-parser-ae" rev="2.5.0">
<artifact name="jcore-opennlp-parser-ae" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.julielab', module='jcore-opennlp-parser-ae', version='2.5.0')
)
libraryDependencies += "de.julielab" % "jcore-opennlp-parser-ae" % "2.5.0"
[de.julielab/jcore-opennlp-parser-ae "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
ant : ant-optional | jar | 1.5.3-1 |
de.julielab : jcore-utilities | jar | 2.5.0 |
de.julielab : jcore-types | jar | 2.5.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
net.sf.trove4j : trove4j | jar | 2.0.2 |
org.apache.opennlp : opennlp-tools | jar | 1.6.0 |
org.apache.uima : uimaj-core | jar | 2.10.4 |
org.apache.uima : uimafit-core | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |