https://github.com/zsxkib/query-chatbot
https://github.com/zsxkib/query-chatbot
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zsxkib/query-chatbot
- Owner: zsxkib
- Created: 2019-06-28T12:55:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T13:14:25.000Z (over 6 years ago)
- Last Synced: 2025-06-11T01:09:09.848Z (4 months ago)
- Language: Python
- Size: 810 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.