Skip to content

sahitpj/TE-webapp

Repository files navigation

Triple Extraction webapp

Deploy

This is the code of the web application DBpedia triple Extractor created as an online version of the programs created in the base code. This webapp extracts triples (subject, predicate, object) from plain text and can generate RDF from the triples. This project has been implemented under DBpedia supervision during the summer of 2019 (north hemisphere) funded by the Google Summer of Code program.

The webapp is running at text2rdf.linkeddata.es

The user manual for the webapp can be found at the following link

Experiments, intermadiate results and other source code developed for the purpose of the application can be found here.

During the development of this project, funded by Google under the Summer of Code program, I wrote this blog.

image

The application runs on Flask, uses stanford coreNLP, Google's SyntaxNet and Spacy for parsers and dependency parsers. The RDF generated by the application is in turtle format.