Exploration of buildng a question-answering knowledge graph based on BBC news articles. Aim is to answer questions like: "Where does Rick Wagoner work?"
- notebooks -> Neo4j BBC Data Load.ipynb (loads articles into Neo4j)
- scripts -> knowledge_graph.cypher (queries to create the knowledge graph in Neo4j
- bbc (raw text articles from the BBC)
- bin (various binaries to support nls app)
- nls-app (Wsgi Flask application that serves queries to knowledge graph)