def create_new_example()

in src/substitution_fns.py [0:0]


def create_new_example(
    ex: QAExample,
    new_id: str,
    answer_text: str,
    ner_label: str,
    kb_id: str,
    wikidata_label: str,
    aliases: typing.List[str],
    wikidata_types: typing.List[str],
    wikipedia_page: str,
    popularity: int,
    answer_type: str,
    replace_every_original_answer: bool,