go2vec
Word embedding library
A package for reading and analyzing word embeddings from the word2vec format in Go.
Read and use word2vec vectors in Go
56 stars
7 watching
7 forks
Language: Go
last commit: about 6 years ago
Linked from 2 awesome lists
embeddingsgogolangword2vec
Related projects:
Repository | Description | Stars |
---|---|---|
ynqa/wego | An open-source Go library for learning and manipulating vector representations of words | 474 |
tca19/dict2vec | A framework to learn word embeddings using lexical dictionaries | 115 |
wikipedia2vec/wikipedia2vec | A tool for learning vector representations of words and entities from Wikipedia text data. | 940 |
juliatext/word2vec.jl | A Julia interface to the Word2Vec word embedding algorithm | 61 |
alexandres/lexvec | An implementation of a word embedding model that uses character n-grams and achieves state-of-the-art results in multiple NLP tasks | 803 |
vefstathiou/so_word2vec | This is a word embedding model trained on Stack Overflow posts for use in natural language processing tasks. | 40 |
thempatel/streamvbyte-simdgo | A Go implementation of Stream VByte compression algorithm leveraging SIMD techniques for improved performance. | 16 |
dalinvip/cw2vec | A software framework for learning Chinese word embeddings with stroke n-gram information | 274 |
hassygo/charngram2vec | A repository providing a re-implementation of character n-gram embeddings for pre-training in natural language processing tasks | 23 |
yoonkim/word2vec_torch | Torch implementation of Word2Vec algorithm for creating vector representations of words from text data | 61 |
satwikkottur/visualword2vec | Learning word embeddings from abstract images to improve language understanding | 19 |
ugorji/go | A high-performance, feature-rich Idiomatic Go 1.4+ codec/encoding library for various binary and text formats. | 1,861 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
zmb3/gogetdoc | Tools to easily look up documentation for items in Go source code from within the editor. | 183 |
zhezhaoa/ngram2vec | A toolkit for learning high-quality word and text representations from ngram co-occurrence statistics | 846 |