Download stanford-corenlp-3.7.0.jar file - Jar s

Jar examples for s:stanford-corenlp

Description

Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. It provides the foundational building blocks for higher level text understanding applications.

You can download jar file stanford-corenlp 3.7.0 in this page.

License

GNU General Public License Version 3

Build File

You can use the following script to add stanford-corenlp-3.7.0.jar to your project.

<dependency>
   <groupId>edu.stanford.nlp</groupId>
   <artifactId>stanford-corenlp</artifactId>
   <version>3.7.0</version>
</dependency>
compile group: 'edu.stanford.nlp', name: 'stanford-corenlp', version: '3.7.0'
libraryDependencies += "edu.stanford.nlp" % "stanford-corenlp" % "3.7.0"
<dependency org="edu.stanford.nlp" name="stanford-corenlp" rev="3.7.0"/>
@Grapes(@Grab(group='edu.stanford.nlp', module='stanford-corenlp', version='3.7.0'))
'edu.stanford.nlp:stanford-corenlp:jar:3.7.0'

Download

Click the following link to download the jar file.

stanford-corenlp-3.7.0-javadoc.jar
stanford-corenlp-3.7.0-models-arabic.jar
stanford-corenlp-3.7.0-models-chinese.jar
stanford-corenlp-3.7.0-models-english-kbp.jar
stanford-corenlp-3.7.0-models-english.jar
stanford-corenlp-3.7.0-models-french.jar
stanford-corenlp-3.7.0-models-german.jar
stanford-corenlp-3.7.0-models-spanish.jar
stanford-corenlp-3.7.0-models.jar
stanford-corenlp-3.7.0-sources.jar
stanford-corenlp-3.7.0.jar
stanford-corenlp-3.7.0.pom



Related Tutorials