wego
Word embeddings library
An open-source Go library for learning and manipulating vector representations of words
Word Embeddings in Go!
474 stars
17 watching
41 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
glovegomachine-learningnlpword-embeddingsword2vec
Related projects:
Repository | Description | Stars |
---|---|---|
danieldk/go2vec | A package for reading and analyzing word embeddings from the word2vec format in Go. | 56 |
malllabiisc/wordgcn | A deep learning model that generates word embeddings by predicting words based on their dependency context | 290 |
hassygo/charngram2vec | A repository providing a re-implementation of character n-gram embeddings for pre-training in natural language processing tasks | 23 |
nlpodyssey/spago | A Go-based machine learning library designed to support neural architectures in natural language processing | 1,752 |
seomoz/word2gauss | This implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings. | 190 |
wlbr/mule | Embeds external resources into Go code to create single file executables without dependencies. | 15 |
commonsense/conceptnet-numberbatch | A pre-trained word embedding model informed by a large-scale knowledge graph, providing a nuanced representation of word meanings. | 1,295 |
galuhsahid/indonesian-word-embedding | Demonstrates word embedding in Indonesian language using pre-trained Word2vec models | 20 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
hslcy/vcwe | This project provides code and corpora for creating word embeddings by considering the visual characteristics of words. | 15 |
vzhong/embeddings | Provides fast and efficient word embeddings for natural language processing. | 223 |
yumeng5/spherical-text-embedding | An implementation of spherical text embedding for learning dense vector representations from unstructured text data. | 175 |
juliatext/embeddings.jl | Provides access to pre-trained word embeddings for NLP tasks. | 81 |
wikipedia2vec/wikipedia2vec | A tool for learning vector representations of words and entities from Wikipedia text data. | 940 |
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 |