Last Version

JCoRe MST Parser AE 2.5.0

Slightly modified version of the MST parser to fit into the UIMA framework. This dependency parser determines all syntactic dependencies between words within a sentence. Certain level of adaptation of the original source code was necessary to neatly integrate the parser in UIMA.

License

License

GroupId

GroupId

de.julielab
ArtifactId

ArtifactId

jcore-mstparser-ae
Version

Version

2.5.0
Type

Type

jar
Description

Description

JCoRe MST Parser AE
Slightly modified version of the MST parser to fit into the UIMA framework. This dependency parser determines all syntactic dependencies between words within a sentence. Certain level of adaptation of the original source code was necessary to neatly integrate the parser in UIMA.
Project URL

Project URL

https://github.com/JULIELab/jcore-base/tree/master/jcore-mstparser-ae
Project Organization

Project Organization

JULIE Lab Jena, Germany

Download jcore-mstparser-ae 2.5.0


<!-- https://jarcasting.com/artifacts/de.julielab/jcore-mstparser-ae/ -->
<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>jcore-mstparser-ae</artifactId>
    <version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.julielab/jcore-mstparser-ae/
implementation 'de.julielab:jcore-mstparser-ae:2.5.0'
// https://jarcasting.com/artifacts/de.julielab/jcore-mstparser-ae/
implementation ("de.julielab:jcore-mstparser-ae:2.5.0")
'de.julielab:jcore-mstparser-ae:jar:2.5.0'
<dependency org="de.julielab" name="jcore-mstparser-ae" rev="2.5.0">
  <artifact name="jcore-mstparser-ae" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.julielab', module='jcore-mstparser-ae', version='2.5.0')
)
libraryDependencies += "de.julielab" % "jcore-mstparser-ae" % "2.5.0"
[de.julielab/jcore-mstparser-ae "2.5.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
de.julielab : jcore-types jar 2.5.0
org.apache.uima : uimaj-core jar 2.10.4
org.apache.uima : uimafit-core jar 2.5.0

provided (1)

Group / Artifact Type Version
de.julielab » jules-trove jar 1.3

test (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.