mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-03 22:06:37 +03:00
Update sentencizer documentation example with sentencizer pipe name (#7185)
This commit is contained in:
parent
8109f0bcf2
commit
4927dcc8c2
|
@ -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 |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user