GitXplorerGitXplorer
d

go2vec

public
56 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
dc0fbca9c4184c31903c9050444f04171e18b125

Let Travis test against Go 1.5.

ddanieldk committed 9 years ago
Unverified
6724fd240e1bc3fdbb132eb8672b62d0696879ee

go2vec is API-stable.

ddanieldk committed 9 years ago
Unverified
efde27af67bf15383be612d7631d10788693d64f

Update godoc badge to point to stable API doc.

ddanieldk committed 9 years ago
Unverified
5d9e60bdbe463570d826b202d03fa2bbdebf22a6

Add Go report card.

ddanieldk committed 9 years ago
Unverified
8f794456ae32e5ffa8d999951dd69879bec7b319

Fix a bug: print *to* stderr.

ddanieldk committed 9 years ago
Unverified
faac861f60ca80a05d59aec10bad412e946017d7

Add missing documentation.

ddanieldk committed 9 years ago

README

The README file for this repository.

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