Skip to content

brando91/STAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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