mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-01 04:46:38 +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
|
||||
> config = {"punct_chars": None}
|
||||
> nlp.add_pipe("entity_ruler", config=config)
|
||||
> nlp.add_pipe("sentencizer", config=config)
|
||||
> ```
|
||||
|
||||
| Setting | Description |
|
||||
|
|
Loading…
Reference in New Issue
Block a user