With Treption (a-lack-of-inspiration-temporarily-working-name) we propose a system that enables semantic triple generation by adding a gamified layer on top of existing automatic Relation Extraction systems (Research in progress).
- Install the latest version of Docker
- Open the project folder in a terminal of your choice
- enter
docker-compose up --build - To enable triple storage in Apache Jena Fuseki, open
http://localhost:3030and create aTreptiondataset (To be automated). - Open the application in your browser at
http://localhost:5000to start extracting!
Manual relation extraction (RE) can boost performance of semantic models. However, manual RE can become a laborious and tedious task. Furthermore, Burghardt [6] argues that usability has significant impact on the process of extraction. Based on these challenges, this project tends to come up with an attractive and assisting way to extract relations manually.
- Check whether the Docker containers are running by entering
Docker psin your terminal - Are the required ports (
3000,3306,3030,5000,9000) available?
