shirayu / go-word2vec

A go library of word2vec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-word2vec

CircleCI codecov.io Go Report Card GoDoc LGPLv3 Apache License BSD

What's this

INSTALL

go get github.com/shirayu/go-word2vec

Acknowledgement

I wrote this library by referring to the following implementations.

I developed this program as a part of the research project "Establishment of Knowledge-Intensive Structural Natural Language Processing and Construction of Knowledge Infrastructure" in Kyoto University supported by CREST, JST.

Licence

  • (c) Yuta Hayashibe 2014
  • Released under any of the following licences
    • Lesser GNU General Public License 3.0 (see the file LGPL)
    • Apache License 2.0 (see the file APACHE2)
    • New BSD License (3-clause BSD License) (see the file BSD)

About

A go library of word2vec

License:Other


Languages

Language:Go 100.0%