gowe
gowe is a modern Go word embeddings utility package.
Previously, the Golang community had packages like
ynqa/wego
and
sajari/word2vec
but it's been years since they and other similar packages have received updates.
gowe features:
- loading plaintext and binary models
- model utils such as similarity and N nearest words
- vector utils such as arithmetic, dot product, magnitude, normalization and cosine similarity
- fine control over vector types, with quantization and generics (intro'd in Go 1.18)
See it on Github ->
<- Take me back home