mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
minor fix to broken link in documentation (#3819) [ci skip]
This commit is contained in:
parent
436a578369
commit
eb12703d10
|
@ -41,7 +41,7 @@ components. spaCy then does the following:
|
|||
`Language` class contains the shared vocabulary, tokenization rules and the
|
||||
language-specific annotation scheme.
|
||||
2. Iterate over the **pipeline names** and create each component using
|
||||
[`create_pipe`](/api/anguage#create_pipe), which looks them up in
|
||||
[`create_pipe`](/api/language#create_pipe), which looks them up in
|
||||
`Language.factories`.
|
||||
3. Add each pipeline component to the pipeline in order, using
|
||||
[`add_pipe`](/api/language#add_pipe).
|
||||
|
|
Loading…
Reference in New Issue
Block a user