Last Version

Semantic Table Interpretation library 1.0alpha

A Java library implementing several state of the art algorithms for semantically annotating relational tables with items from knowledge bases.

License

License

GroupId

GroupId

uk.ac.shef.dcs
ArtifactId

ArtifactId

sti
Version

Version

1.0alpha
Type

Type

pom
Description

Description

Semantic Table Interpretation library
A Java library implementing several state of the art algorithms for semantically annotating relational tables with items from knowledge bases.
Project URL

Project URL

https://github.com/ziqizhang/sti

Download sti 1.0alpha

Filename Size
sti-1.0alpha.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/uk.ac.shef.dcs/sti/ -->
<dependency>
    <groupId>uk.ac.shef.dcs</groupId>
    <artifactId>sti</artifactId>
    <version>1.0alpha</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.shef.dcs/sti/
implementation 'uk.ac.shef.dcs:sti:1.0alpha'
// https://jarcasting.com/artifacts/uk.ac.shef.dcs/sti/
implementation ("uk.ac.shef.dcs:sti:1.0alpha")
'uk.ac.shef.dcs:sti:pom:1.0alpha'
<dependency org="uk.ac.shef.dcs" name="sti" rev="1.0alpha">
  <artifact name="sti" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.ac.shef.dcs', module='sti', version='1.0alpha')
)
libraryDependencies += "uk.ac.shef.dcs" % "sti" % "1.0alpha"
[uk.ac.shef.dcs/sti "1.0alpha"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • sti-any23
  • sti-common-util
  • sti-kbsearch
  • sti-websearch
  • sti-main
  • sti-jar-builder