nlp-question-answering

An error in implementing regex function on a list

An error in implementing regex function on a list Question: I was trying to implement a regex on a list of grammar tags in python, for finding the tense form of the list of grammar. And I wrote the following code to implement it. Data preprocessing: from nltk import word_tokenize, pos_tag import nltk text = …

Total answers: 1

Chatbot that will answer from the given Information/Documents

Chatbot that will answer from the given Information/Documents Question: I want to make a chatbot that will answer the questions based on the given document. E.g, if I have hundreds of documents and I want to get some information from it but don’t know which information is on which line of the page so I …

Total answers: 4