MVN

edu.stanford.nlp : stanford-corenlp

Maven & Gradle

Jan 21, 2022
185 usages

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.

<dependency>
    <groupId>edu.stanford.nlp</groupId>
    <artifactId>stanford-corenlp</artifactId>
    <version>4.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.stanford.nlp : stanford-corenlp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.0

All Versions

Choose a version of edu.stanford.nlp : stanford-corenlp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
stanford-corenlp-4.4.0
4.3.x
stanford-corenlp-4.3.2
3 vulnerabilities
stanford-corenlp-4.3.1
3 vulnerabilities
stanford-corenlp-4.3.0
5 vulnerabilities
4.2.x
stanford-corenlp-4.2.2
5 vulnerabilities
stanford-corenlp-4.2.1
5 vulnerabilities
stanford-corenlp-4.2.0
5 vulnerabilities
4.0.x
stanford-corenlp-4.0.0
5 vulnerabilities
3.9.x
stanford-corenlp-3.9.2
5 vulnerabilities
stanford-corenlp-3.9.1
5 vulnerabilities
3.8.x
stanford-corenlp-3.8.0
5 vulnerabilities
3.7.x
stanford-corenlp-3.7.0
5 vulnerabilities
3.6.x
stanford-corenlp-3.6.0
5 vulnerabilities
3.5.x
stanford-corenlp-3.5.2
5 vulnerabilities
stanford-corenlp-3.5.1
5 vulnerabilities
stanford-corenlp-3.5.0
5 vulnerabilities
3.4.x
stanford-corenlp-3.4.1
5 vulnerabilities
3.4
stanford-corenlp-3.4
5 vulnerabilities
3.3.x
stanford-corenlp-3.3.1
5 vulnerabilities
stanford-corenlp-3.3.0
5 vulnerabilities
3.2.x
stanford-corenlp-3.2.0
5 vulnerabilities
1.3.x
stanford-corenlp-1.3.5
5 vulnerabilities
stanford-corenlp-1.3.4
5 vulnerabilities
stanford-corenlp-1.3.3
5 vulnerabilities
stanford-corenlp-1.3.2
5 vulnerabilities
stanford-corenlp-1.3.1
5 vulnerabilities
stanford-corenlp-1.3.0
5 vulnerabilities
1.2.x
stanford-corenlp-1.2.0
5 vulnerabilities

How to add a dependency to Maven

Add the following edu.stanford.nlp : stanford-corenlp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.stanford.nlp</groupId>
    <artifactId>stanford-corenlp</artifactId>
    <version>4.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.stanford.nlp : stanford-corenlp gradle dependency to your build.gradle file:

implementation 'edu.stanford.nlp:stanford-corenlp:4.4.0'

Gradle Kotlin DSL: Add the following edu.stanford.nlp : stanford-corenlp gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.stanford.nlp:stanford-corenlp:4.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.stanford.nlp : stanford-corenlp sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.stanford.nlp" % "stanford-corenlp" % "4.4.0"

Advertisement

Dependencies from Group

Jan 21, 2022
185 usages
Oct 18, 2018
9 usages
Nov 12, 2014
9.4k stars

Discover Dependencies

Sep 25, 2020
46 usages
4.3k stars
Mar 29, 2023
114 usages
698 stars
Apr 17, 2023
36 stars
May 12, 2023
64 usages
34 stars
Aug 25, 2023
29 usages
3.9k stars
Feb 13, 2017
354 usages
44 stars
Jan 24, 2018
0 stars
Jul 23, 2023
1k usages
6.1k stars
Jul 30, 2023
57 usages
2.5k stars