Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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