I would like to build a question answering system that it can answer only yes or no .
Suppose that I have got a question and a text file . In the text file , there are 4-5 snippets . With these snippets i could answer the question .
So , I would like to build a system that gets a question and a text file as input and extract an asnwer (yes or no)
How could I start ??
My tools are : Python (nltk) Prolog mysql (if it needs )