This plugin makes a number of libraries developed by the Stanford NLP group available within GATE. For more details see http://nlp.stanford.edu/software/
License |
License |
---|---|
Categories |
CategoriesCoreNLP Business Logic Libraries Machine Learning Natural Language Processing |
GroupId | GroupIduk.ac.gate.plugins |
ArtifactId | ArtifactIdstanford-corenlp |
Last Version | Last Version8.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStanford CoreNLP
GATE wrappers for the Stanford CoreNLP tool set
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stanford-corenlp-8.5.1.pom | |
stanford-corenlp-8.5.1.jar | 90 MB |
stanford-corenlp-8.5.1-sources.jar | 90 MB |
stanford-corenlp-8.5.1-javadoc.jar | 89 KB |
stanford-corenlp-8.5.1-creole.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate.plugins/stanford-corenlp/ -->
<dependency>
<groupId>uk.ac.gate.plugins</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>8.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/stanford-corenlp/
implementation 'uk.ac.gate.plugins:stanford-corenlp:8.5.1'
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/stanford-corenlp/
implementation ("uk.ac.gate.plugins:stanford-corenlp:8.5.1")
'uk.ac.gate.plugins:stanford-corenlp:jar:8.5.1'
<dependency org="uk.ac.gate.plugins" name="stanford-corenlp" rev="8.5.1">
<artifact name="stanford-corenlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate.plugins', module='stanford-corenlp', version='8.5.1')
)
libraryDependencies += "uk.ac.gate.plugins" % "stanford-corenlp" % "8.5.1"
[uk.ac.gate.plugins/stanford-corenlp "8.5.1"]
Group / Artifact | Type | Version |
---|---|---|
edu.stanford.nlp : stanford-corenlp | jar | 3.6.0 |
Group / Artifact | Type | Version |
---|---|---|
uk.ac.gate : gate-core | jar | 8.5 |
Group / Artifact | Type | Version |
---|---|---|
uk.ac.gate : gate-plugin-test-utils | jar | 8.5 |
This plugin makes a number of libraries developed by the Stanford NLP group available within GATE. For more details see http://nlp.stanford.edu/software/