class
QuestionDataSpecial methods
- def __init__(self, question_text: str, answer_text: str, question_tokens: typing.Optional[typing.List[str]] = None, answer_token: typing.Optional[typing.List[str]] = None, question_type: typing.Optional[str] = None) -> None
- Method generated by attrs for class QuestionData.
Properties
- question_text: str get set del
- answer_text: str get set del
- question_tokens: typing.Optional[typing.List[str]] get set del
- answer_token: typing.Optional[typing.List[str]] get set del
- question_type: typing.Optional[str] get set del