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