mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
Merge branch 'master' into spacy.io
This commit is contained in:
commit
4a1977f6ad
|
@ -23,7 +23,7 @@ be a token pattern (list) or a phrase pattern (string). For example:
|
|||
>
|
||||
> ```python
|
||||
> # Construction via create_pipe
|
||||
> ruler = nlp.create_pipe("entityruler")
|
||||
> ruler = nlp.create_pipe("entity_ruler")
|
||||
>
|
||||
> # Construction from class
|
||||
> from spacy.pipeline import EntityRuler
|
||||
|
|
Loading…
Reference in New Issue
Block a user