o

org.apache.stanbol.entityhub.indexing.freebase

This uses the RDF dump of freebase.com to create a index optimised to be used with the Stanbol Enhancer
Apache Software License, Version 2.0
文件下载
文件名 操作
org.apache.stanbol.entityhub.indexing.freebase-1.0.0.jar 下载
org.apache.stanbol.entityhub.indexing.freebase-1.0.0.pom 下载
org.apache.stanbol.entityhub.indexing.freebase-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.stanbol</groupId>
  <artifactId>org.apache.stanbol.entityhub.indexing.freebase</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.stanbol:org.apache.stanbol.entityhub.indexing.freebase:1.0.0'
Gradle Kotlin
implementation("org.apache.stanbol:org.apache.stanbol.entityhub.indexing.freebase:1.0.0")
Scala SBT
libraryDependencies += "org.apache.stanbol" % "org.apache.stanbol.entityhub.indexing.freebase" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.stanbol', module='org.apache.stanbol.entityhub.indexing.freebase', version='1.0.0')
)
Apache Ivy
<dependency org="org.apache.stanbol" name="org.apache.stanbol.entityhub.indexing.freebase" rev="1.0.0" />
Leiningen
[org.apache.stanbol/org.apache.stanbol.entityhub.indexing.freebase "1.0.0"]
Apache Buildr
'org.apache.stanbol:org.apache.stanbol.entityhub.indexing.freebase:jar:1.0.0'