License |
License |
---|---|
GroupId | GroupIdorg.dbpedia.spotlight |
ArtifactId | ArtifactIdspotlight |
Version | Version1.0 |
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.0.pom | 37 KB |
spotlight-1.0-javadoc.jar | 8 KB |
spotlight-1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dbpedia.spotlight/spotlight/
implementation 'org.dbpedia.spotlight:spotlight:1.0'
// https://jarcasting.com/artifacts/org.dbpedia.spotlight/spotlight/
implementation ("org.dbpedia.spotlight:spotlight:1.0")
'org.dbpedia.spotlight:spotlight:jar:1.0'
<dependency org="org.dbpedia.spotlight" name="spotlight" rev="1.0">
<artifact name="spotlight" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dbpedia.spotlight', module='spotlight', version='1.0')
)
libraryDependencies += "org.dbpedia.spotlight" % "spotlight" % "1.0"
[org.dbpedia.spotlight/spotlight "1.0"]