Project Description

Develop a question answering system that takes English text *in a particular domain* as input, and then when given English questions (or questions in a logical form) it gives answers. The suggested approach is to use NLP tools to extract factual information from the English text, write general knowledge about the domain in a konowledge representation language, so that together they can answer questions via the interpreter of the KR language.

In the next couple of weeks I plan to make available raw code of an example implementation in the travel domain.

Time line