mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-24 20:51:30 +03:00 
			
		
		
		
	Fix flags
This commit is contained in:
		
							parent
							
								
									ae09b6a6cf
								
							
						
					
					
						commit
						b9c71fc0f0
					
				|  | @ -423,5 +423,5 @@ _regular_exp.append(URL_PATTERN) | |||
| 
 | ||||
| TOKENIZER_EXCEPTIONS = _exc | ||||
| TOKEN_MATCH = re.compile( | ||||
|     "|".join("(?:{})".format(m) for m in _regular_exp), re.IGNORECASE, re.UNICODE | ||||
|     "|".join("(?:{})".format(m) for m in _regular_exp), re.IGNORECASE | re.UNICODE | ||||
| ).match | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user