Fix typo (#2795) [ci skip]

Fixed typo on line 6 "regcognizer --> recognizer"
This commit is contained in:
Pranshu Jethmalani 2018-09-25 15:42:40 +05:30 committed by Ines Montani
parent 3c4e3ade30
commit 9fd27d777e

View File

@ -3,7 +3,7 @@
p
| spaCy makes it very easy to create your own pipelines consisting of
| reusable components this includes spaCy's default tagger,
| parser and entity regcognizer, but also your own custom processing
| parser and entity recognizer, but also your own custom processing
| functions. A pipeline component can be added to an already existing
| #[code nlp] object, specified when initialising a #[code Language] class,
| or defined within a