TextGrapher

Text Content Grapher based on keyinfo extraction by NLP method。输入一篇文档,将文档进行关键信息提取,进行结构化,并最终组织成图谱组织形式,形成对文章语义信息的图谱化展示。

Stars
1.3K
Committers
1

TextGrapher

Text Content Grapher based on keyinfo extraction by NLP method

from text_grapher import *
content = ''
handler = CrimeMining()
handler.main(content)

graph.html

) image

NLP

Question?

send mail to [email protected] If any question about the project or me ,see https://liuhuanyong.github.io/

Related Projects