brando91 / STAN

STAN: an incremental semantic annotation tool for tables on the web

Home Page:http://stan.disco.unimib.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STAN Build Status

The web is full of high quality data in the form of tables that could be integrated to generate new knowledge. However web tables are often lacking in semantics. A crucial problem is the correct relationships detection between a table and an ontology in order to define the semantics. In this context STAN is a tool for semi-automatic semantic annotation of tables that lets non technicians carry out the annotation process.

System Requirements

Check out the repository and configure your local machine

#!bash
$ git clone https://github.com/brando91/STAN.git
$ cd STAN
$ ./build-and-test.sh

Create the required index

#!bash
$ ./stan/scripts/build-index.sh dbpedia

This will take around 7 hours to complete.

Run STAN

#!bash
$ ./launch-stan.sh
Open a browser at http://localhost:8081

About

STAN: an incremental semantic annotation tool for tables on the web

http://stan.disco.unimib.it


Languages

Language:Java 93.2%Language:HTML 2.9%Language:Shell 1.9%Language:JavaScript 1.4%Language:CSS 0.6%Language:Python 0.0%