mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Update tokenizer_exceptions.py
This commit is contained in:
		
							parent
							
								
									83467a00a7
								
							
						
					
					
						commit
						e7ef51b382
					
				| 
						 | 
					@ -6,10 +6,9 @@ from ..language_data import PRON_LEMMA, DET_LEMMA
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
TOKENIZER_EXCEPTIONS = {
 | 
					TOKENIZER_EXCEPTIONS = {
 | 
				
			||||||
 | 
					 | 
				
			||||||
    "pal": [
 | 
					    "pal": [
 | 
				
			||||||
        {ORTH: "pa", LEMMA: "para"},
 | 
					        {ORTH: "pa", LEMMA: "para"},
 | 
				
			||||||
        {ORTH: "el", LEMMA: DET_LEMMA, NORM: "el"}
 | 
					        {ORTH: "l", LEMMA: DET_LEMMA, NORM: "el"}
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    "pala": [
 | 
					    "pala": [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user