An open API service indexing awesome lists of open source software.

https://github.com/zsxkib/query-chatbot


https://github.com/zsxkib/query-chatbot

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# 2A-Query-Chatbot

Using Python(Python2) and NLTK to construct a system that reads simple facts and then answers questions about them. A chatbot which can recall queries e.g. "Mary is a duck. Mary flies. John likes Mary. Who likes a duck who flies? => John". To run use: "from semantics import * dialogue()" Or just run "python2 semantics.py". More instructions can be found in the pdf file.