| License |
License |
|---|---|
| Categories |
Categoriesowner Application Layer Libs Configuration |
| GroupId | GroupIdde.mpg.mpi-inf.ambiversenlu |
| ArtifactId | ArtifactIdknowner-models |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionAmbiverseNLU KnowNER Models
KnowNER models used to perform Entity Recognition (NER) for the AmbiverseNLU Entity Linking project.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| knowner-models-1.0.pom | |
| knowner-models-1.0.jar | 797 MB |
| knowner-models-1.0-sources.jar | 797 MB |
| knowner-models-1.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.mpg.mpi-inf.ambiversenlu/knowner-models/ -->
<dependency>
<groupId>de.mpg.mpi-inf.ambiversenlu</groupId>
<artifactId>knowner-models</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.mpg.mpi-inf.ambiversenlu/knowner-models/
implementation 'de.mpg.mpi-inf.ambiversenlu:knowner-models:1.0'
// https://jarcasting.com/artifacts/de.mpg.mpi-inf.ambiversenlu/knowner-models/
implementation ("de.mpg.mpi-inf.ambiversenlu:knowner-models:1.0")
'de.mpg.mpi-inf.ambiversenlu:knowner-models:jar:1.0'
<dependency org="de.mpg.mpi-inf.ambiversenlu" name="knowner-models" rev="1.0">
<artifact name="knowner-models" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mpg.mpi-inf.ambiversenlu', module='knowner-models', version='1.0')
)
libraryDependencies += "de.mpg.mpi-inf.ambiversenlu" % "knowner-models" % "1.0"
[de.mpg.mpi-inf.ambiversenlu/knowner-models "1.0"]