Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danieldk/Go2vec
Read and use word2vec vectors in Go
https://github.com/danieldk/Go2vec
embeddings go golang word2vec
Last synced: 20 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T05:34:08.000Z (about 6 years ago)
- Last Synced: 2024-10-20T02:56:29.626Z (24 days ago)
- Topics: embeddings, go, golang, word2vec
- Language: Go
- Size: 68.4 KB
- Stars: 56
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
[![GoDoc](https://godoc.org/gopkg.in/danieldk/go2vec.v1?status.svg)](https://godoc.org/gopkg.in/danieldk/go2vec.v1)
[![Report card](http://goreportcard.com/badge/danieldk/go2vec)](http://goreportcard.com/report/danieldk/go2vec)
[![Build Status](https://travis-ci.org/danieldk/go2vec.svg?branch=master)](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