What is the best way to make a chatbot answer a pre filled list of questions?
> What is the best way
> to make a chatbot answer
> a pre filled list of questions?
I’m having trouble seeing the relationship between your question, and your question details…. Normally, one begins making a chatbot knowledgebase with question-answer pairs, for instance in CSV. If one is using any kind of third party chatbot engine, there should be an API available. Feeding question strings into an API is relatively straightforward. I’m not sure what a “pre filled list of questions” refers to; either it is a list of questions, or it is a list of question-answer pairs.
IMHO, if you want to use NLTK to make a chatbot, that’s a bit like putting the cart before the horse. Historically, NLP has been used for de-constructing or analyzing natural language (aka Natural language understanding), rather than constructing or generating natural language (aka Natural language generation).
See also my quick and dirty webpages: