Popularity
3.2
Declining
Activity
0.0
Stable
50
8
5

Programming language: Go
License: GNU General Public License v3.0 or later

go2vec alternatives and similar packages

Based on the "Natural Language Processing" category.
Alternatively, view go2vec alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of go2vec or a related project?

Add another 'Natural Language Processing' Package

README

Introduction

GoDoc Report card Build Status

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