Skip to content

Commit a08ca06

Browse files
Update linguistic-features.md (explosion#10993)
Change link for downloading fasttext word vectors
1 parent f00254a commit a08ca06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/usage/linguistic-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ access to some nice Latin vectors. You can then pass the directory path to
18991899
> ```
19001900
19011901
```cli
1902-
$ wget https://s3-us-west-1.amazonaws.com/fasttext-vectors/word-vectors-v2/cc.la.300.vec.gz
1902+
$ wget https://dl.fbaipublicfiles.com/fasttext/vectors-crawl/cc.la.300.vec.gz
19031903
$ python -m spacy init vectors en cc.la.300.vec.gz /tmp/la_vectors_wiki_lg
19041904
```
19051905

0 commit comments

Comments
 (0)