Last Version

Stanford Parser 3.9.2

Stanford Parser processes raw text in English, Chinese, German, Arabic, and French, and extracts constituency parse trees.

License

License

GroupId

GroupId

edu.stanford.nlp
ArtifactId

ArtifactId

stanford-parser
Version

Version

3.9.2
Type

Type

jar
Description

Description

Stanford Parser
Stanford Parser processes raw text in English, Chinese, German, Arabic, and French, and extracts constituency parse trees.
Project URL

Project URL

https://nlp.stanford.edu/software/lex-parser.html

Download stanford-parser 3.9.2


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.googlecode.efficient-java-matrix-library : ejml jar 0.23
org.slf4j : slf4j-api jar 1.7.12

Project Modules

There are no modules declared in this project.