ngram2vec
Ngram Embedder
A toolkit for learning high-quality word and text representations from ngram co-occurrence statistics
Four word embedding models implemented in Python. Supporting arbitrary context features
846 stars
63 watching
174 forks
Language: Python
last commit: over 5 years ago analogychineseembeddinggloven-gramngramngram2vecppmisvdwordword-embeddingword2vec
Related projects:
Repository | Description | Stars |
---|---|---|
vzhong/embeddings | Provides fast and efficient word embeddings for natural language processing. | 223 |
tca19/dict2vec | A framework to learn word embeddings using lexical dictionaries | 115 |
zhangxiann/skip-gram | A Python implementation of a neural network model for learning word embeddings from text data | 6 |
hassygo/charngram2vec | A repository providing a re-implementation of character n-gram embeddings for pre-training in natural language processing tasks | 23 |
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 |
materialsintelligence/mat2vec | Unsupervised word embeddings capture latent knowledge from materials science literature | 624 |
seomoz/word2gauss | This implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings. | 190 |
malllabiisc/wordgcn | A deep learning model that generates word embeddings by predicting words based on their dependency context | 291 |
dalinvip/cw2vec | A software framework for learning Chinese word embeddings with stroke n-gram information | 274 |
dsv77/hashembedding | Software component providing efficient word representation using hash embeddings | 42 |
danieldk/go2vec | A package for reading and analyzing word embeddings from the word2vec format in Go. | 56 |
wangyuxinwhy/uniem | Develops unified sentence embedding models for NLP tasks | 840 |
cod3licious/conec | A library for training and evaluating a type of word embedding model that extends the original Word2Vec algorithm | 20 |
fanglanting/skip-gram-pytorch | A PyTorch implementation of the skip-gram model for learning word embeddings. | 188 |