Creating knowledge graphs from entities in large chunks of text
A tool that creates and visualizes a knowledge from textual data using Natural Language Processing. Has applications in medicine, finance, recommendation systems, fraud detection, trading etc.
-
Install the required dependencies from requirements.txt
pip3 install -r requirements.txt
-
Change data loading as required or you could use the inbuilt method to import csv files
-
Run the tool by running the script with the data path and relationship as follows:
python3 text_knowledge_graph.py --data_path data/wikipedia_sentences.csv --relationship includes