Key information extration from text and graph visilization. Inspired by TextGrapher.
How to represent a text in a simple way is a chanllenge topic. This peoject try to extraction key information from the text by NLP methods, which contain NER extraction, relation detection, keywords extraction, frequencies words extraction. And finally show the key information in a graph way.
from news_graph import NewsMining
content = 'Input you text here'
Miner = NewsMining()
Miner.main(content)
This will generate the graph.html
.