License |
License |
---|---|
GroupId | GroupIdorg.maltparser |
ArtifactId | ArtifactIdmaltparser |
Last Version | Last Version1.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaltParser
MaltParser is a system for data-driven dependency parsing, which can be used to induce a parsing model from treebank data and to parse new data using an induced model.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maltparser-1.9.2.pom | |
maltparser-1.9.2.jar | 733 KB |
maltparser-1.9.2-sources.jar | 405 KB |
maltparser-1.9.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.maltparser/maltparser/ -->
<dependency>
<groupId>org.maltparser</groupId>
<artifactId>maltparser</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.maltparser/maltparser/
implementation 'org.maltparser:maltparser:1.9.2'
// https://jarcasting.com/artifacts/org.maltparser/maltparser/
implementation ("org.maltparser:maltparser:1.9.2")
'org.maltparser:maltparser:jar:1.9.2'
<dependency org="org.maltparser" name="maltparser" rev="1.9.2">
<artifact name="maltparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.maltparser', module='maltparser', version='1.9.2')
)
libraryDependencies += "org.maltparser" % "maltparser" % "1.9.2"
[org.maltparser/maltparser "1.9.2"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.16 |
tw.edu.ntu.csie : libsvm | jar | 3.1 |
de.bwaldvogel : liblinear | jar | 1.8 |