Add note about usage docs [ci skip]

This commit is contained in:
Ines Montani 2019-09-18 19:56:43 +02:00
parent 0f7fe5e7a7
commit bd435faddd
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ token-based rules or exact phrase matches. It can be combined with the
statistical [`EntityRecognizer`](/api/entityrecognizer) to boost accuracy, or statistical [`EntityRecognizer`](/api/entityrecognizer) to boost accuracy, or
used on its own to implement a purely rule-based entity recognition system. used on its own to implement a purely rule-based entity recognition system.
After initialization, the component is typically added to the processing After initialization, the component is typically added to the processing
pipeline using [`nlp.add_pipe`](/api/language#add_pipe). pipeline using [`nlp.add_pipe`](/api/language#add_pipe). For usage examples, see
the docs on
[rule-based entity recogntion](/usage/rule-based-matching#entityruler).
## EntityRuler.\_\_init\_\_ {#init tag="method"} ## EntityRuler.\_\_init\_\_ {#init tag="method"}