mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Add docstring
This commit is contained in:
		
							parent
							
								
									68c04fa897
								
							
						
					
					
						commit
						16a63d9676
					
				| 
						 | 
				
			
			@ -14,6 +14,8 @@ from . import util
 | 
			
		|||
    direct=("Force direct download", "flag", "d", bool)
 | 
			
		||||
)
 | 
			
		||||
def download(model=None, direct=False):
 | 
			
		||||
    """Download compatible model from default download path using pip."""
 | 
			
		||||
 | 
			
		||||
    check_error_depr(model)
 | 
			
		||||
 | 
			
		||||
    if direct:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user