https://github.com/danieldk/Go2vec
Read and use word2vec vectors in Go
https://github.com/danieldk/Go2vec
embeddings go golang word2vec
Last synced: 2 months ago
JSON representation
Read and use word2vec vectors in Go
- Host: GitHub
- URL: https://github.com/danieldk/Go2vec
- Owner: danieldk
- License: other
- Created: 2015-01-27T12:02:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T05:34:08.000Z (over 6 years ago)
- Last Synced: 2025-02-24T12:13:57.799Z (3 months ago)
- Topics: embeddings, go, golang, word2vec
- Language: Go
- Size: 68.4 KB
- Stars: 55
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
[](https://godoc.org/gopkg.in/danieldk/go2vec.v1)
[](http://goreportcard.com/report/danieldk/go2vec)
[](https://travis-ci.org/danieldk/go2vec)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