mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Add model files base path to about.py
This commit is contained in:
		
							parent
							
								
									8d8dd9ceb2
								
							
						
					
					
						commit
						957ba676b4
					
				| 
						 | 
					@ -14,3 +14,4 @@ __docs__ = 'https://spacy.io/docs/usage'
 | 
				
			||||||
__download_url__ = 'https://github.com/explosion/spacy-models/releases/download'
 | 
					__download_url__ = 'https://github.com/explosion/spacy-models/releases/download'
 | 
				
			||||||
__compatibility__ = 'https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json'
 | 
					__compatibility__ = 'https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json'
 | 
				
			||||||
__shortcuts__ = 'https://raw.githubusercontent.com/explosion/spacy-models/master/shortcuts.json'
 | 
					__shortcuts__ = 'https://raw.githubusercontent.com/explosion/spacy-models/master/shortcuts.json'
 | 
				
			||||||
 | 
					__model_files__ = 'https://raw.githubusercontent.com/explosion/spacy-dev-resources/master/templates/model/'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user