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.

License

License

Categories

Categories

CoreNLP Business Logic Libraries Machine Learning Natural Language Processing
GroupId

GroupId

edu.stanford.nlp
ArtifactId

ArtifactId

stanford-corenlp
Last Version

Last Version

4.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://nlp.stanford.edu/software/corenlp.html
Source Code Management

Source Code Management

https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip

Download stanford-corenlp

How to add to project

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

Dependencies

compile (19)

Group / Artifact Type Version
com.apple : AppleJavaExtensions jar 1.4
de.jollyday : jollyday jar 0.4.9
org.apache.commons : commons-lang3 jar 3.3.1
org.apache.lucene : lucene-queryparser jar 7.5.0
org.apache.lucene : lucene-analyzers-common jar 7.5.0
org.apache.lucene : lucene-core jar 7.5.0
javax.servlet : javax.servlet-api jar 3.0.1
xom : xom jar 1.3.7
joda-time : joda-time jar 2.10.5
org.ejml : ejml-core jar 0.39
org.ejml : ejml-ddense jar 0.39
org.ejml : ejml-simple jar 0.39
org.glassfish : javax.json jar 1.0.4
org.slf4j : slf4j-api jar 1.7.12
com.google.protobuf : protobuf-java jar 3.11.4
javax.activation : javax.activation-api jar 1.2.0
javax.xml.bind : jaxb-api jar 2.4.0-b180830.0359
com.sun.xml.bind : jaxb-core jar 2.3.0.1
com.sun.xml.bind : jaxb-impl jar 2.4.0-b180830.0438

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.1
com.pholser : junit-quickcheck-core jar 0.5
com.pholser : junit-quickcheck-generators jar 0.5

Project Modules

There are no modules declared in this project.

Versions

Version
4.4.0
4.3.2
4.3.1
4.3.0
4.2.2
4.2.1
4.2.0
4.0.0
3.9.2
3.9.1
3.8.0
3.7.0
3.6.0
3.5.2
3.5.1
3.5.0
3.4.1
3.4
3.3.1
3.3.0
3.2.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0