Word2Vec.jl
Word Embedder
A Julia interface to the Word2Vec word embedding algorithm
Julia interface to word2vec
61 stars
5 watching
15 forks
Language: Julia
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
juliatext/embeddings.jl | Provides access to pre-trained word embeddings for NLP tasks. | 81 |
juliatext/wordnet.jl | A Julia package providing an interface to Princeton's WordNet lexical database | 34 |
tca19/dict2vec | A framework to learn word embeddings using lexical dictionaries | 115 |
vefstathiou/so_word2vec | This is a word embedding model trained on Stack Overflow posts for use in natural language processing tasks. | 40 |
satwikkottur/visualword2vec | Learning word embeddings from abstract images to improve language understanding | 19 |
juliaweb/http.jl | An HTTP client and server package for Julia language | 645 |
danieldk/go2vec | A package for reading and analyzing word embeddings from the word2vec format in Go. | 56 |
juliatext/languages.jl | A package for working with human languages in Julia. | 54 |
juliatext/textanalysis.jl | A Julia package for text analysis and natural language processing | 372 |
hslcy/vcwe | This project provides code and corpora for creating word embeddings by considering the visual characteristics of words. | 15 |
yoonkim/word2vec_torch | An implementation of Word2Vec using Torch for learning vector representations of words from text data | 61 |
wikipedia2vec/wikipedia2vec | A tool for learning vector representations of words and entities from Wikipedia text data. | 944 |
refefer/word2vec-scala | A Scala implementation of the word2vec model representation. | 11 |
zhezhaoa/ngram2vec | A toolkit for learning high-quality word and text representations from ngram co-occurrence statistics | 846 |
dalinvip/cw2vec | A software framework for learning Chinese word embeddings with stroke n-gram information | 274 |