| License |
License |
|---|---|
| GroupId | GroupIdcom.bericotech |
| ArtifactId | ArtifactIdclavin-nerd |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionclavin-nerd
CLAVIN-NERD is a GPL-licensed "wrapper project" that
connects the Apache-licensed CLAVIN geoparser with the GPL-licensed
Stanford CoreNLP NER entity extractor.
|
| Project Organization |
Project OrganizationBerico Technologies |
| Filename | Size |
|---|---|
| clavin-nerd-2.1.0.pom | |
| clavin-nerd-2.1.0-javadoc.jar | 26 KB |
| clavin-nerd-2.1.0-bin.zip | 114 MB |
| clavin-nerd-2.1.0-bin.tar.gz | 114 MB |
| clavin-nerd-2.1.0.jar | 57 MB |
| clavin-nerd-2.1.0-sources.jar | 57 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bericotech/clavin-nerd/ -->
<dependency>
<groupId>com.bericotech</groupId>
<artifactId>clavin-nerd</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bericotech/clavin-nerd/
implementation 'com.bericotech:clavin-nerd:2.1.0'
// https://jarcasting.com/artifacts/com.bericotech/clavin-nerd/
implementation ("com.bericotech:clavin-nerd:2.1.0")
'com.bericotech:clavin-nerd:jar:2.1.0'
<dependency org="com.bericotech" name="clavin-nerd" rev="2.1.0">
<artifact name="clavin-nerd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bericotech', module='clavin-nerd', version='2.1.0')
)
libraryDependencies += "com.bericotech" % "clavin-nerd" % "2.1.0"
[com.bericotech/clavin-nerd "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| edu.stanford.nlp : stanford-corenlp | jar | 3.4.1 |
| com.bericotech : clavin | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |