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