Created
December 2, 2019 12:37
-
-
Save sobamchan/e14ad95bd37a526b19b702a7b0808b2a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sister | |
embedder = sister.MeanEmbedding(lang="en") | |
sentence = "I am a dog." | |
vector = embedder(sentence) # 300-dim vector |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment