A simple Python tool that replies to Y/N questions
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'