mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 07:57:35 +03:00 
			
		
		
		
	* Add support basic support for lower sorbian. * Add some test for dsb. * Update spacy/lang/dsb/examples.py Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			118 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			118 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| STOP_WORDS = set(
 | |
|     """
 | |
| a abo aby ako ale až
 | |
| 
 | |
| daniž dokulaž
 | |
| 
 | |
| gaž
 | |
| 
 | |
| jolic
 | |
| 
 | |
| pak pótom
 | |
| 
 | |
| teke togodla
 | |
| """.split()
 | |
| )
 |