📚 go2vec - Awesome Go Library for Natural Language Processing

Reader and utility functions for word2vec embeddings
🏷️ Natural Language Processing
📂 Morphological Analyzers
⭐ 0 stars
Detailed Description of go2vec
Introduction
This is a package for reading word2vec vectors in Go and finding similar words and analogies.
Installation
This package can be installed with the go command:
go get gopkg.in/danieldk/go2vec.v1
To install the command-line utilities, use:
go get gopkg.in/danieldk/go2vec.v1/cmd/...
The package documentation is available at: https://godoc.org/gopkg.in/danieldk/go2vec.v1