README ¶ Word embedding models reimplementation in Go/Golang Re-implementation of well-known word embedding algorithms to clearly understand how they training. One of the goals is to separate the functionality of storing the model from learning. Plan: Glove (WIP) FastText Word2Vec Production ready Go library - word-embedding Glove Build console tools: go build -o ./bin/glove/vocab_count ./console/glove/vocab_count.go go build -o ./bin/glove/cooccur ./console/glove/cooccur.go Using a text corpus of the library: text8. Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis console glove command options storages lib model/glove storages Click to show internal directories. Click to hide internal directories.