License |
License |
---|---|
GroupId | GroupIdde.julielab |
ArtifactId | ArtifactIdjcore-mstparser-ae |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJCoRe 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jcore-mstparser-ae-2.5.0.pom | |
jcore-mstparser-ae-2.5.0.jar | 2 MB |
jcore-mstparser-ae-2.5.0-sources.jar | 1 MB |
jcore-mstparser-ae-2.5.0-javadoc.jar | 573 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
de.julielab » jules-trove | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.13 |