Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 419 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 419 Bytes

question_answering

A simple Python tool that replies to Y/N questions

USAGE:

NLTK module is needed : pip install nltk

then:

user@linux:~$ git clone https://github.com/0ut0flin3/question_answering.git

user@linux:~$ cd question_answering

user@linux:~$ python3
>>> import question_answering

>>> question.answering.return_answer("are you my dad?")

'No , I am not your dad'