add floret to static vectors docs (#10833)

This commit is contained in:
Peter Baumgartner 2022-05-23 03:16:31 -04:00 committed by Adriane Boyd
parent e9a4011f77
commit 494df895d3

View File

@ -530,7 +530,8 @@ models, which can **improve the accuracy** of your components.
Word vectors in spaCy are "static" in the sense that they are not learned Word vectors in spaCy are "static" in the sense that they are not learned
parameters of the statistical models, and spaCy itself does not feature any parameters of the statistical models, and spaCy itself does not feature any
algorithms for learning word vector tables. You can train a word vectors table algorithms for learning word vector tables. You can train a word vectors table
using tools such as [Gensim](https://radimrehurek.com/gensim/), using tools such as [floret](https://github.com/explosion/floret),
[Gensim](https://radimrehurek.com/gensim/),
[FastText](https://fasttext.cc/) or [FastText](https://fasttext.cc/) or
[GloVe](https://nlp.stanford.edu/projects/glove/), or download existing [GloVe](https://nlp.stanford.edu/projects/glove/), or download existing
pretrained vectors. The [`init vectors`](/api/cli#init-vectors) command lets you pretrained vectors. The [`init vectors`](/api/cli#init-vectors) command lets you