s

stanford-corenlp

GATE wrappers for the Stanford CoreNLP tool set
GNU General Public License (GPL), Version 3
GATE
GATE Team
Files download
File Operation
stanford-corenlp-8.5.jar download
stanford-corenlp-8.5.pom download
stanford-corenlp-8.5-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.ac.gate.plugins</groupId>
  <artifactId>stanford-corenlp</artifactId>
  <version>8.5</version>
</dependency>
Gradle Groovy
implementation 'uk.ac.gate.plugins:stanford-corenlp:8.5'
Gradle Kotlin
implementation("uk.ac.gate.plugins:stanford-corenlp:8.5")
Scala SBT
libraryDependencies += "uk.ac.gate.plugins" % "stanford-corenlp" % "8.5"
Groovy Grape
@Grapes(
  @Grab(group='uk.ac.gate.plugins', module='stanford-corenlp', version='8.5')
)
Apache Ivy
<dependency org="uk.ac.gate.plugins" name="stanford-corenlp" rev="8.5" />
Leiningen
[uk.ac.gate.plugins/stanford-corenlp "8.5"]
Apache Buildr
'uk.ac.gate.plugins:stanford-corenlp:jar:8.5'