ynoza / Question-Answering

A Question Answering system based on inverse document frequency similar to asking Siri a question, but limited to the documents given to determine answers. Huge credits go to Harvard's Online AI course, since the project was assigned from them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question-Answering

#dependancies: nltk

pip3 install nltk

Usage:

$ python questions.py corpus
Query: When was Python 3.0 released?
Python 3.0 was released on 3 December 2008.

About

A Question Answering system based on inverse document frequency similar to asking Siri a question, but limited to the documents given to determine answers. Huge credits go to Harvard's Online AI course, since the project was assigned from them.


Languages

Language:Python 100.0%