Jar examples for s:stanford-parser
Stanford Parser processes raw text in English, Chinese, German, Arabic, and French, and extracts constituency parse trees.
You can download jar file stanford-parser 3.5.2 in this page.
GNU General Public License Version 2
You can use the following script to add stanford-parser-3.5.2.jar to your project.
<dependency> <groupId>edu.stanford.nlp</groupId> <artifactId>stanford-parser</artifactId> <version>3.5.2</version> </dependency>
compile group: 'edu.stanford.nlp', name: 'stanford-parser', version: '3.5.2'
libraryDependencies += "edu.stanford.nlp" % "stanford-parser" % "3.5.2"
<dependency org="edu.stanford.nlp" name="stanford-parser" rev="3.5.2"/>
@Grapes(@Grab(group='edu.stanford.nlp', module='stanford-parser', version='3.5.2'))
'edu.stanford.nlp:stanford-parser:jar:3.5.2'
Click the following link to download the jar file.
stanford-parser-3.5.2-javadoc.jar