License |
License |
---|---|
GroupId | GroupIdedu.stanford.nlp |
ArtifactId | ArtifactIdstanford-parser |
Last Version | Last Version3.9.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStanford Parser
Stanford Parser processes raw text in English, Chinese, German, Arabic, and French, and extracts constituency parse trees.
|
Project URL |
Project URL |
Filename | Size |
---|---|
stanford-parser-3.9.2.pom | |
stanford-parser-3.9.2.jar | 2 MB |
stanford-parser-3.9.2-sources.jar | 1 MB |
stanford-parser-3.9.2-models.jar | 46 MB |
stanford-parser-3.9.2-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-parser/ -->
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-parser</artifactId>
<version>3.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-parser/
implementation 'edu.stanford.nlp:stanford-parser:3.9.2'
// https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-parser/
implementation ("edu.stanford.nlp:stanford-parser:3.9.2")
'edu.stanford.nlp:stanford-parser:jar:3.9.2'
<dependency org="edu.stanford.nlp" name="stanford-parser" rev="3.9.2">
<artifact name="stanford-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.nlp', module='stanford-parser', version='3.9.2')
)
libraryDependencies += "edu.stanford.nlp" % "stanford-parser" % "3.9.2"
[edu.stanford.nlp/stanford-parser "3.9.2"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.efficient-java-matrix-library : ejml | jar | 0.23 |
org.slf4j : slf4j-api | jar | 1.7.12 |