Skip to content

Commit 7ce3460

Browse files
add floret to static vectors docs (#10833)
1 parent a3814ee commit 7ce3460

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/usage/embeddings-transformers.md

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

0 commit comments

Comments
 (0)