Known Indirect Subclasses
BertQuestionAnswerer |
Returns the most possible answers on a given question for QA models (BERT, Albert, etc.). |
|
API to answer questions based on context.
Public Methods
Answers question based on context, and returns a list of possible QaAnswer
s. Could be
empty if no answer was found from the given context.
Parameters
context |
context the question bases on |
question |
question to ask |