Semantic Fingerprinting with Fast Text
Created on 2023-07-09T17:46:01-05:00
- Get the fasttext embedding for a word with the usual API.
- Average the embeddings for each word of a sentence to get the sentence embedding.
- Technically there is an "end of sentence" marker you should include as well, though I don't think the article mentions it.