o

org.apache.stanbol.enhancer.engines.dbpspotlight

This module provides four Enhancement Engines for the DBpedia Spotlight RESTful services. This includes the Annotate Engine - supporting the whole processing workflow as well as a Spotting, Candidate and Disambiguation Engine that can be used by Users that whant only to use part of DBpedia Spotlights functionalities within their own Enhancement Engines. Users that do not want to send their Content to the public Spotlight server can also install a local Spotlight server and change the Configuration of the Engines accordingly.
Files download
File Operation
org.apache.stanbol.enhancer.engines.dbpspotlight-1.0.0.jar download
org.apache.stanbol.enhancer.engines.dbpspotlight-1.0.0.pom download
org.apache.stanbol.enhancer.engines.dbpspotlight-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.stanbol</groupId>
  <artifactId>org.apache.stanbol.enhancer.engines.dbpspotlight</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.stanbol:org.apache.stanbol.enhancer.engines.dbpspotlight:1.0.0'
Gradle Kotlin
implementation("org.apache.stanbol:org.apache.stanbol.enhancer.engines.dbpspotlight:1.0.0")
Scala SBT
libraryDependencies += "org.apache.stanbol" % "org.apache.stanbol.enhancer.engines.dbpspotlight" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.stanbol', module='org.apache.stanbol.enhancer.engines.dbpspotlight', version='1.0.0')
)
Apache Ivy
<dependency org="org.apache.stanbol" name="org.apache.stanbol.enhancer.engines.dbpspotlight" rev="1.0.0" />
Leiningen
[org.apache.stanbol/org.apache.stanbol.enhancer.engines.dbpspotlight "1.0.0"]
Apache Buildr
'org.apache.stanbol:org.apache.stanbol.enhancer.engines.dbpspotlight:jar:1.0.0'