s

stanford-parser

Stanford Parser processes raw text in English, Chinese, German, Arabic, and French, and extracts constituency parse trees.
http://nlp.stanford.edu/software/corenlp.shtml
GNU General Public License Version 2
Christopher Manning John Bauer Spence Green
Files download
File Operation
stanford-parser-2.0.3.jar download
stanford-parser-2.0.3.pom download
stanford-parser-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.stanford.nlp</groupId>
  <artifactId>stanford-parser</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'edu.stanford.nlp:stanford-parser:2.0.3'
Gradle Kotlin
implementation("edu.stanford.nlp:stanford-parser:2.0.3")
Scala SBT
libraryDependencies += "edu.stanford.nlp" % "stanford-parser" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='edu.stanford.nlp', module='stanford-parser', version='2.0.3')
)
Apache Ivy
<dependency org="edu.stanford.nlp" name="stanford-parser" rev="2.0.3" />
Leiningen
[edu.stanford.nlp/stanford-parser "2.0.3"]
Apache Buildr
'edu.stanford.nlp:stanford-parser:jar:2.0.3'
Dependencies
The project has no third-party dependencies