liuhuanyong / TextGrapher

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

下载了tlp_data运行text_grapher.py出现Segmentation fault (core dumped) #12

Open luyifanlu opened 4 years ago

luyifanlu commented 4 years ago

运行text_grapher.py文件其他函数没问题。例如 handler.rel_entity_keyword() 就是运行handler.mian()出错

luyifanlu commented 4 years ago

Segmentation fault (core dumped)

luyifanlu commented 4 years ago

找到原因了是在text_grapher.py文件第168行,sent出现不能识别的字符�。这个有办法解决吗 https://github.com/liuhuanyong/TextGrapher/blob/654613cc2fea1f7acd12ed48987d83d4d94551df/text_grapher.py#L168

lhy2749 commented 4 years ago

这个问题我前两天刚遇到,在win下面不会有问题,在linux上会有问题,但我遇到的是空字符串,加了个判断就好了

lzh1998-jansen commented 1 year ago

在win下面不会有问题,在linux上会有问题,但我遇到的是空字符串,加了个判断就好

image 我在运行text_grapher.py的时候报错了,您知道怎么解决吗

zhuang0557 commented 1 year ago

在win下面不会有问题,在linux上会有问题,但我遇到的是空字符串,加了个判断就好

image 我在运行text_grapher.py的时候报错了,您知道怎么解决吗

你好,模型在哪里下载呀?

zhenghuawang6 commented 1 year ago

在win下面不会有问题,在linux上会有问题,但我遇到的是空字符串,加了个判断就好

image 我在运行text_grapher.py的时候报错了,您知道怎么解决吗 我也遇到这个问题了 请问怎么解决