-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sahitpj
committed
Aug 14, 2019
1 parent
83a2417
commit 74bac82
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Triplet Extraction webapp | ||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) | ||
|
||
To use the following web-app, in an empty directory | ||
The following is the code base for the web application - DBpedia Extract. The application extracts triples from text and displays the rdf generated from the triples extracted. | ||
|
||
1. clone the following repository | ||
2. run install.sh first. At the end, make sure the coreNLP server is running. Visit [link](https://stanfordnlp.github.io/CoreNLP/download.html) for any other queries. | ||
3. Then go to the TE-webapp/ directory in a new terminal window. | ||
4. Run the run.sh file | ||
The application can be found - `http://text2rdf.linkeddata.es` [link](http://text2rdf.linkeddata.es) | ||
|
||
![image](main.png) | ||
|
||
The application runs on `Flask`, uses `stanford coreNLP`, Google's `SyntaxNet` and `Spacy` for parsers and dependency parsers. RDF generated from the application is in the `turtle` format. |