mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			80 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			80 B
		
	
	
	
		
			Python
		
	
	
	
	
	
if __name__ == "__main__":
 | 
						|
    from spacy.cli import setup_cli
 | 
						|
 | 
						|
    setup_cli()
 |