is not current version
Last Version 4.4.0

edu.stanford.nlp:stanford-corenlp 4.2.0

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.

Categories

Categories

CoreNLP Business Logic Libraries Machine Learning Natural Language Processing
GroupId

GroupId

edu.stanford.nlp
ArtifactId

ArtifactId

stanford-corenlp
Version

Version

4.2.0
Type

Type

jar

Download stanford-corenlp 4.2.0


<!-- https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-corenlp/ -->
<dependency>
    <groupId>edu.stanford.nlp</groupId>
    <artifactId>stanford-corenlp</artifactId>
    <version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-corenlp/
implementation 'edu.stanford.nlp:stanford-corenlp:4.2.0'
// https://jarcasting.com/artifacts/edu.stanford.nlp/stanford-corenlp/
implementation ("edu.stanford.nlp:stanford-corenlp:4.2.0")
'edu.stanford.nlp:stanford-corenlp:jar:4.2.0'
<dependency org="edu.stanford.nlp" name="stanford-corenlp" rev="4.2.0">
  <artifact name="stanford-corenlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.nlp', module='stanford-corenlp', version='4.2.0')
)
libraryDependencies += "edu.stanford.nlp" % "stanford-corenlp" % "4.2.0"
[edu.stanford.nlp/stanford-corenlp "4.2.0"]