mirror of https://github.com/explosion/spaCy.git
typo fix (#11995)
This commit is contained in:
parent
aa2b471a6e
commit
933b54ac79
|
@ -170,7 +170,7 @@ def prioritize_existing_ents_filter(
|
|||
|
||||
|
||||
@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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue