License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.mstparser |
ArtifactId | ArtifactIdmstparser |
Last Version | Last Version0.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMSTParser
MSTParser is a non-projective dependency parser that searches for maximum spanning trees
over directed graphs. Models of dependency structure are based on large-margin
discriminative training methods. Projective parsing is also supported.
|
Project URL |
Project URL |
Filename | Size |
---|---|
mstparser-0.5.1.pom | |
mstparser-0.5.1.jar | 70 KB |
mstparser-0.5.1-sources.jar | 42 KB |
mstparser-0.5.1-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.mstparser/mstparser/ -->
<dependency>
<groupId>net.sourceforge.mstparser</groupId>
<artifactId>mstparser</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.mstparser/mstparser/
implementation 'net.sourceforge.mstparser:mstparser:0.5.1'
// https://jarcasting.com/artifacts/net.sourceforge.mstparser/mstparser/
implementation ("net.sourceforge.mstparser:mstparser:0.5.1")
'net.sourceforge.mstparser:mstparser:jar:0.5.1'
<dependency org="net.sourceforge.mstparser" name="mstparser" rev="0.5.1">
<artifact name="mstparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.mstparser', module='mstparser', version='0.5.1')
)
libraryDependencies += "net.sourceforge.mstparser" % "mstparser" % "0.5.1"
[net.sourceforge.mstparser/mstparser "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
trove : trove | jar | 1.1-beta-5 |