mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Update sentencizer documentation example with sentencizer pipe name (#7185)
This commit is contained in:
parent
b1996a51a1
commit
fa7ddc7f88
|
@ -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