lixiang0 / WEB_KG

爬取百度百科中文页面,抽取三元组信息,构建中文知识图谱
http://kg.rubenxiao.com
928 stars 189 forks source link

is the Robot named ruben open-source? #3

Closed AlbertChanX closed 5 years ago

AlbertChanX commented 6 years ago

ruben

i wonder How can i translate natural language into Cypher in Neo4j ?

Thanks for ur attention! ❤️

lixiang0 commented 6 years ago

hi 1.my robot ruben is not open-source for under developing. 2.in a simple way,you make lots of rules,for example:who is $person,so in cypher isMATCH (p:Person { name:$person}).

dpny518 commented 4 years ago

Great work on this project. but but person node is not from your data, that was default movie data provided by neo4j, it seem most of your nodes are just *, and relationships as well, do you have some suggestions on how to write rules for example, finding answers to what is the largest city by population in china, who is the chairman of china, when was 姚明 born, why is the sun yello, what is the longest river in the world. How can we use the knowledge graph to write cypher querries for this graph.