-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法建立知识图谱 #13
Comments
我也出现了同样的问题。 |
我也是这个问题 list index out of range |
输入人名没有返回值的问题我解决了,原因是搜索出来的字符串尾巴会带一个换行符\r,把query_graph.py中的j_array[1]改成j_array[1].strip()就好了 |
如果遇到Segmentor: Model not loaded!的问题,有可能是路径出错了,要全部用反斜杠: |
1、在运行完creat_graph.py后,localhost:7474/里没有出现知识图谱;
2、127.0.0.1:5000里人物关系全貌可以展示;
3、检索人物关系时输入人名点击搜索后app.py没有报错,页面也没有返回值;
4、在人物关系问答模块搜索后app.py报错内容为:IndexError: list index out of range;
会不会是版本问题?
Neo4j Server version: 3.3.6 (community);py2neo 3.1.2;python 3.5.4。
The text was updated successfully, but these errors were encountered: