Sign inSign up

mixedemotions/knowledge-graph-creator

By mixedemotions

Updated over 9 years ago

Creates Knowledge Graph from information processed by MixedEmotions modules.

Image
0

378

mixedemotions/knowledge-graph-creator repository overview

Knowledge Graph provides insight into relations between recognized entities using semantic knowledge from DBpedia. KG module uses entities that are recognized by Entity Extraction and Linking module, and extracts relations between the entities from DBpedia. Once the relations are extracted and filtered, they are stored in Elasticsearch database, where using Kibi they are visualized. If Emotion Recognition from Text module has been run and data has been stored in the same index as entities extracted by Entity Extraction and Linking module, then additionally to DBpedia relations, graph visualizes connections based on emotions and entity co occurrence in the text.

Git repository: https://github.com/MixedEmotions/knowledge-graph

To run this module run: docker run -p 5000:5000 --rm --name knowledge-graph-app knowledge-graph-creator

http://localhost:5000/

DescriptionAPI call
Check default configurationGET /configuration
Modify the configurationPOST /configuration
Reset back to default configurationGET /reset
Get status of the moduleGET /status
Create the Knowledge GraphGET /start

Tag summary

Content type

Image

Digest

Size

757.7 MB

Last updated

over 9 years ago

docker pull mixedemotions/knowledge-graph-creator