Skip to content

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.

Notifications You must be signed in to change notification settings

ynoza/Question-Answering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages