mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-30 23:47:31 +03:00 
			
		
		
		
	Fix download commands
This commit is contained in:
		
							parent
							
								
									0035fd9efe
								
							
						
					
					
						commit
						9600cd1b9e
					
				|  | @ -5,8 +5,8 @@ include ../../_includes/_mixins | |||
| p spaCy currently supports the following languages and capabilities: | ||||
| 
 | ||||
| +aside-code("Download language models", "bash"). | ||||
|     python -m spacy.en.download all | ||||
|     python -m spacy.de.download all | ||||
|     python -m spacy download en | ||||
|     python -m spacy download de | ||||
| 
 | ||||
| +table([ "Language", "Token", "SBD", "Lemma", "POS", "NER", "Dep", "Vector", "Sentiment"]) | ||||
|     +row | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user