in src/classes/answer.py [0:0]
def __init__(
self,
text: str,
spans: typing.List[typing.Tuple[int, int]] = None,
ner_label: str = None,
kb_id: str = None,
wikidata_label: str = None,
aliases: typing.List[str] = None,
wikidata_types: typing.List[str] = None,
wikipedia_page: str = None,
popularity: str = None,
answer_type: str = None,