mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 07:57:35 +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: | p spaCy currently supports the following languages and capabilities: | ||||||
| 
 | 
 | ||||||
| +aside-code("Download language models", "bash"). | +aside-code("Download language models", "bash"). | ||||||
|     python -m spacy.en.download all |     python -m spacy download en | ||||||
|     python -m spacy.de.download all |     python -m spacy download de | ||||||
| 
 | 
 | ||||||
| +table([ "Language", "Token", "SBD", "Lemma", "POS", "NER", "Dep", "Vector", "Sentiment"]) | +table([ "Language", "Token", "SBD", "Lemma", "POS", "NER", "Dep", "Vector", "Sentiment"]) | ||||||
|     +row |     +row | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user