Awesome Go

go2vec

CategoryNatural Language Processing
SubcategoryMorphological Analyzers
Stars0

Reader and utility functions for word2vec embeddings

About go2vec

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

Frequently Asked Questions

What is go2vec?

go2vec is a Natural Language Processing library for the Go programming language. Reader and utility functions for word2vec embeddings

How do I install go2vec?

Install go2vec with the Go module system using `go get danieldk/go2vec`. Check the repository for the current installation instructions.

What category does go2vec belong to?

go2vec is listed under Natural Language Processing, specifically Morphological Analyzers.

← Back to Morphological Analyzers