License |
License |
---|---|
GroupId | GroupIdorg.dbpedia.spotlight |
ArtifactId | ArtifactIdspotlight |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDBpedia Spotlight annotation framework
DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text, providing a solution for linking unstructured information sources to the Linked Open Data cloud through DBpedia.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spotlight-1.1.pom | 37 KB |
spotlight-1.1-javadoc.jar | 8 KB |
spotlight-1.1-jar-with-dependencies.jar | 383 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.dbpedia.spotlight/spotlight/ -->
<dependency>
<groupId>org.dbpedia.spotlight</groupId>
<artifactId>spotlight</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dbpedia.spotlight/spotlight/
implementation 'org.dbpedia.spotlight:spotlight:1.1'
// https://jarcasting.com/artifacts/org.dbpedia.spotlight/spotlight/
implementation ("org.dbpedia.spotlight:spotlight:1.1")
'org.dbpedia.spotlight:spotlight:jar:1.1'
<dependency org="org.dbpedia.spotlight" name="spotlight" rev="1.1">
<artifact name="spotlight" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dbpedia.spotlight', module='spotlight', version='1.1')
)
libraryDependencies += "org.dbpedia.spotlight" % "spotlight" % "1.1"
[org.dbpedia.spotlight/spotlight "1.1"]