License |
License |
---|---|
Categories |
CategoriesCoreNLP Business Logic Libraries Machine Learning Natural Language Processing |
GroupId | GroupIdedu.stanford.nlp |
ArtifactId | ArtifactIdstanford-corenlp |
Last Version | Last Version4.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStanford 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stanford-corenlp-4.4.0.pom | |
stanford-corenlp-4.4.0.jar | 3 MB |
stanford-corenlp-4.4.0-sources.jar | 2 MB |
stanford-corenlp-4.4.0-models.jar | 212 MB |
stanford-corenlp-4.4.0-javadoc.jar | 4 MB |
Browse |
<!-- 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"]
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 |
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 |