Spelling mistake in rule-based-matching.md (#11717)

Changed retokenize to retokenizer
This commit is contained in:
Aaron Zipp 2022-10-31 05:27:12 +01:00 committed by Adriane Boyd
parent 0ab9edefa8
commit eda0ee2c89

View File

@ -1792,7 +1792,7 @@ the entity `Span` for example `._.orgs` or `._.prev_orgs` and
> [`Doc.retokenize`](/api/doc#retokenize) context manager:
>
> ```python
> with doc.retokenize() as retokenize:
> with doc.retokenize() as retokenizer:
> for ent in doc.ents:
> retokenizer.merge(ent)
> ```