s

stanford-ner-models

Stock Stanford NER models.
http://nlp.stanford.edu/software/corenlp.shtml
Files download
File Operation
stanford-ner-models-1.3.4.jar download
stanford-ner-models-1.3.4.pom download
stanford-ner-models-1.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.washington.cs.knowitall.stanford-corenlp</groupId>
  <artifactId>stanford-ner-models</artifactId>
  <version>1.3.4</version>
</dependency>
Gradle Groovy
implementation 'edu.washington.cs.knowitall.stanford-corenlp:stanford-ner-models:1.3.4'
Gradle Kotlin
implementation("edu.washington.cs.knowitall.stanford-corenlp:stanford-ner-models:1.3.4")
Scala SBT
libraryDependencies += "edu.washington.cs.knowitall.stanford-corenlp" % "stanford-ner-models" % "1.3.4"
Groovy Grape
@Grapes(
  @Grab(group='edu.washington.cs.knowitall.stanford-corenlp', module='stanford-ner-models', version='1.3.4')
)
Apache Ivy
<dependency org="edu.washington.cs.knowitall.stanford-corenlp" name="stanford-ner-models" rev="1.3.4" />
Leiningen
[edu.washington.cs.knowitall.stanford-corenlp/stanford-ner-models "1.3.4"]
Apache Buildr
'edu.washington.cs.knowitall.stanford-corenlp:stanford-ner-models:jar:1.3.4'