Convert Gensim FastText to spaCy-readable Word2Vec format for terms.teach recipe

Found a solution for formatting the .txt file.

TLDR: first line of the text file should contain a string of "{} {}".format(VOCAB_SIZE, NDIMS).

Sources for solution:

Thanks for your help Ines!

Darren

1 Like