mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	fix typos
This commit is contained in:
		
							parent
							
								
									98767122a7
								
							
						
					
					
						commit
						fe1d969d5f
					
				| 
						 | 
					@ -85,7 +85,7 @@ p
 | 
				
			||||||
    |  #[+label-inline API:] #[+api("stringstore") #[code stringstore]]
 | 
					    |  #[+label-inline API:] #[+api("stringstore") #[code stringstore]]
 | 
				
			||||||
    |  #[+label-inline Usage:] #[+a("/usage/spacy-101#vocab") Vocab, hashes and lexemes 101]
 | 
					    |  #[+label-inline Usage:] #[+a("/usage/spacy-101#vocab") Vocab, hashes and lexemes 101]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
+h(3, "lightning-tour-entities") Recongnise and update named entities
 | 
					+h(3, "lightning-tour-entities") Recognise and update named entities
 | 
				
			||||||
    +tag-model("NER")
 | 
					    +tag-model("NER")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
+code.
 | 
					+code.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -114,7 +114,7 @@ p
 | 
				
			||||||
            +cell Finding and segmenting individual sentences.
 | 
					            +cell Finding and segmenting individual sentences.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        +row
 | 
					        +row
 | 
				
			||||||
            +cell #[strong Named Entity Recongition] (NER)
 | 
					            +cell #[strong Named Entity Recognition] (NER)
 | 
				
			||||||
            +cell
 | 
					            +cell
 | 
				
			||||||
                |  Labelling named "real-world" objects, like persons, companies
 | 
					                |  Labelling named "real-world" objects, like persons, companies
 | 
				
			||||||
                |  or locations.
 | 
					                |  or locations.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user