Categorygithub.com/danieldk/go2vec/v2
package
2.0.0
Repository: https://github.com/danieldk/go2vec.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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