Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-04-2019 01:18 AM
I have constructed a graph from csv file having triples (node->relationship->node) in neo4j. How can I use this graph built to extract answers for questions asked in the form of English statements?
02-04-2019 02:54 PM
The same way. You can represent your english statements as Subject-NOUN->Verb
Of course stemming etc.
Our partner GraphAware.com has a lot of articles about NLP and answering questions from your data.
e.g. /cc @Christophe_Willemsen
https://graphaware.com/neo4j/2016/07/07/mining-and-searching-text-with-graph-databases.html
All the sessions of the conference are now available online