Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.07 KB

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