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 svlandeg
parent 8109f0bcf2
commit 4927dcc8c2

View File

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