Categories |
CategoriesCoreNLP Business Logic Libraries Machine Learning Natural Language Processing |
---|---|
GroupId | GroupIdedu.washington.cs.knowitall.stanford-corenlp |
ArtifactId | ArtifactIdstanford-ner-models |
Last Version | Last Version1.3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStanford Named Entity Recognizer Models
Stock Stanford NER models.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stanford-ner-models-1.3.5.pom | |
stanford-ner-models-1.3.5.jar | 85 MB |
stanford-ner-models-1.3.5-sources.jar | 85 MB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.washington.cs.knowitall.stanford-corenlp/stanford-ner-models/ -->
<dependency>
<groupId>edu.washington.cs.knowitall.stanford-corenlp</groupId>
<artifactId>stanford-ner-models</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/edu.washington.cs.knowitall.stanford-corenlp/stanford-ner-models/
implementation 'edu.washington.cs.knowitall.stanford-corenlp:stanford-ner-models:1.3.5'
// https://jarcasting.com/artifacts/edu.washington.cs.knowitall.stanford-corenlp/stanford-ner-models/
implementation ("edu.washington.cs.knowitall.stanford-corenlp:stanford-ner-models:1.3.5")
'edu.washington.cs.knowitall.stanford-corenlp:stanford-ner-models:jar:1.3.5'
<dependency org="edu.washington.cs.knowitall.stanford-corenlp" name="stanford-ner-models" rev="1.3.5">
<artifact name="stanford-ner-models" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.washington.cs.knowitall.stanford-corenlp', module='stanford-ner-models', version='1.3.5')
)
libraryDependencies += "edu.washington.cs.knowitall.stanford-corenlp" % "stanford-ner-models" % "1.3.5"
[edu.washington.cs.knowitall.stanford-corenlp/stanford-ner-models "1.3.5"]