mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 16:07:41 +03:00 
			
		
		
		
	Update linguistic-features.md (#10993)
Change link for downloading fasttext word vectors
This commit is contained in:
		
							parent
							
								
									f00254ae27
								
							
						
					
					
						commit
						a08ca064e5
					
				|  | @ -1899,7 +1899,7 @@ access to some nice Latin vectors. You can then pass the directory path to | ||||||
| > ``` | > ``` | ||||||
| 
 | 
 | ||||||
| ```cli | ```cli | ||||||
| $ wget https://s3-us-west-1.amazonaws.com/fasttext-vectors/word-vectors-v2/cc.la.300.vec.gz | $ wget https://dl.fbaipublicfiles.com/fasttext/vectors-crawl/cc.la.300.vec.gz | ||||||
| $ python -m spacy init vectors en cc.la.300.vec.gz /tmp/la_vectors_wiki_lg | $ python -m spacy init vectors en cc.la.300.vec.gz /tmp/la_vectors_wiki_lg | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user