Download stanford-parser-3.3.1.jar file - Jar s

Jar examples for s:stanford-parser

Description

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.

License

GNU General Public License Version 2

Build File

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'

Download

Click the following link to download the jar file.

stanford-parser-3.3.1-javadoc.jar
stanford-parser-3.3.1-models.jar
stanford-parser-3.3.1-sources.jar
stanford-parser-3.3.1.jar
stanford-parser-3.3.1.pom



Related Tutorials