1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-06-04 05:03:06 +03:00
This commit is contained in:
kadarakos 2022-12-26 13:26:35 +01:00 committed by GitHub
parent aa2b471a6e
commit 933b54ac79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ def prioritize_existing_ents_filter(
@registry.misc("spacy.prioritize_existing_ents_filter.v1") @registry.misc("spacy.prioritize_existing_ents_filter.v1")
def make_preverse_existing_ents_filter(): def make_preserve_existing_ents_filter():
return prioritize_existing_ents_filter return prioritize_existing_ents_filter