mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Fix typo
This commit is contained in:
		
							parent
							
								
									0595cc0635
								
							
						
					
					
						commit
						28326649f3
					
				| 
						 | 
					@ -2154,7 +2154,7 @@ TOKENIZER_EXCEPTIONS = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ORTH_ONLY = [
 | 
					ORTH_ONLY = [
 | 
				
			||||||
    "'",
 | 
					    "''",
 | 
				
			||||||
    "\")",
 | 
					    "\")",
 | 
				
			||||||
    "a.",
 | 
					    "a.",
 | 
				
			||||||
    "a.m.",
 | 
					    "a.m.",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user