2

I'm working on creating a knowledge graph of relationships between entities in emails, using neo4j. I now need to convert natural language search queries into cypher queries. I have been unable to find anything concrete with regards to this. How do I proceed?

  • This question is much too broad for Stackoverflow. You may want to try the [Theoretical CS](https://cstheory.stackexchange.com/) site. – cybersam Jul 30 '20 at 19:07

1 Answers1

4

Great paper on this topic: https://dspace.mit.edu/bitstream/handle/1721.1/119708/1078222310-MIT.pdf?sequence=1

This involves, at the core:

I'm not an expert on this at all- just beginning to learn about NLP, graph databases, etc.

So if anyone has additional resources or notes on the ones I shared, please contribute!

MGipson
  • 41
  • 3