riccorl's picture
first commit
626eca0
raw
history blame
No virus
175 Bytes
def wikipedia_title_and_openings_preprocessing(
wikipedia_title_and_openings: str, sepator: str = " <def>"
):
return wikipedia_title_and_openings.split(sepator, 1)[0]