GitXplorerGitXplorer
d

go2vec

public
56 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
ee0e8720a8f518315f35322c119bec396c912bd0

Add Go 1.[78] to the Travis CI configuration.

ddanieldk committed 8 years ago
Unverified
f5b6d70540818260fdad0f15b524762f208e348b

Improve speed on distance queries with large number of results.

ddanieldk committed 8 years ago
Unverified
de9793107d23e03aa69d541cb4091860ba5ea1c5

Add a getter for the embedding matrix.

ddanieldk committed 8 years ago
Unverified
c96a2447b3efc731fdc86e59964f86a1fc45047b

Don't attempt to normalize zero-vectors.

ddanieldk committed 8 years ago
Unverified
4c7e7a20a37941deedafdd52a40c98dd63f75eda

Let Travis test against Go 1.6.

ddanieldk committed 9 years ago
Unverified
b4d600364d5a49b46138ce1b790b4313077f8413

distance: Add a flag for disabling normalization.

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