Google Summer of Code

The following page is a blog about my Google Summer of Code Project 2019, under DBpedia. My project is "Tool to generate RDF triples from DBpedia abstract".

Week - 7 :- Integrating methods and structuring results onto our page"

14 Jul 2019 » GSoC

This week was all about Integrating the methods which we developed into triple extraction to our web-app.

Method Integration

The main page of our app provides the demo, where the user can type in the text he wants to get triples from and will also be allowed to choose the methods

image

The page also the detialed explanation of each method, below along with the relavant blog posts which talk about how those methods work

Triples

The triples once extracted are displayed on the results page. If the spotlight feature is applied, then the entity identified from the spotlight API is mentioned.

image

Deployment

Deployment is still being worked, given heroku throws memory errors with the operations being performed for triple extraction.