mirror of https://github.com/explosion/spaCy.git
Fix typo (#2795) [ci skip]
Fixed typo on line 6 "regcognizer --> recognizer"
This commit is contained in:
parent
3c4e3ade30
commit
9fd27d777e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue