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: 10 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 (over 6 years ago)
- Last Synced: 2024-11-01T19:42:32.248Z (about 1 month 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
- awesome-go - go2vec - Reader and utility functions for word2vec embeddings. (Natural Language Processing / Morphological Analyzers)
- zero-alloc-awesome-go - go2vec - Reader and utility functions for word2vec embeddings. (Natural Language Processing / Morphological Analyzers)
- awesome-go - go2vec - Read and use word2vec vectors in Go - ★ 30 (Natural Language Processing)
- awesome-go-extra - go2vec - 01-27T12:02:04Z|2018-08-30T05:34:08Z| (Bot Building / Morphological Analyzers)
- awesome-go-zh - go2vec
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