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.3.1 in this page.
GNU General Public License Version 2
You can use the following script to add stanford-parser-3.3.1.jar to your project.
<dependency> <groupId>edu.stanford.nlp</groupId> <artifactId>stanford-parser</artifactId> <version>3.3.1</version> </dependency>
compile group: 'edu.stanford.nlp', name: 'stanford-parser', version: '3.3.1'
libraryDependencies += "edu.stanford.nlp" % "stanford-parser" % "3.3.1"
<dependency org="edu.stanford.nlp" name="stanford-parser" rev="3.3.1"/>
@Grapes(@Grab(group='edu.stanford.nlp', module='stanford-parser', version='3.3.1'))
'edu.stanford.nlp:stanford-parser:jar:3.3.1'
Click the following link to download the jar file.
stanford-parser-3.3.1-javadoc.jar