Merge branch 'master' into spacy.io

This commit is contained in:
Ines Montani 2019-07-22 11:47:28 +02:00
commit 4a1977f6ad

View File

@ -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