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