How to cluster spacy vectors (word embedding) into groups using Annoy or other similar algorithms

1.3k Views Asked by At

I have a list of words whose vector embeddings I got by using spacy's pre trained model en_core_web_lg.

My questions are two fold

Can these word vectors be fed into Annoy like algorithm? Can I get say 20 groups, each group containing around 100 words?

I would be grateful for any resources/code.

0

There are 0 best solutions below