mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-30 23:47:31 +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