Update sentencizer documentation example with sentencizer pipe name (#7185)

This commit is contained in:
Ken 2021-02-24 18:06:54 +11:00 committed by GitHub
parent b1996a51a1
commit fa7ddc7f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ how the component should be configured. You can override its settings via the
>
> ```python
> config = {"punct_chars": None}
> nlp.add_pipe("entity_ruler", config=config)
> nlp.add_pipe("sentencizer", config=config)
> ```
| Setting | Description |