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

GitHub

848 stars
63 watching
174 forks
Language: Python
last commit: about 7 years ago
analogychineseembeddinggloven-gramngramngram2vecppmisvdwordword-embeddingword2vec

Related projects:

RepositoryDescriptionStars
vzhong/embeddingsProvides fast and efficient word embeddings for natural language processing.223
tca19/dict2vecA framework to learn word embeddings using lexical dictionaries115
zhangxiann/skip-gramA Python implementation of a neural network model for learning word embeddings from text data6
hassygo/charngram2vecA repository providing a re-implementation of character n-gram embeddings for pre-training in natural language processing tasks23
alexandres/lexvecAn implementation of a word embedding model that uses character n-grams and achieves state-of-the-art results in multiple NLP tasks803
vefstathiou/so_word2vecThis is a word embedding model trained on Stack Overflow posts for use in natural language processing tasks.40
materialsintelligence/mat2vecUnsupervised word embeddings capture latent knowledge from materials science literature624
seomoz/word2gaussThis implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings.190
malllabiisc/wordgcnA deep learning model that generates word embeddings by predicting words based on their dependency context291
dalinvip/cw2vecA software framework for learning Chinese word embeddings with stroke n-gram information274
dsv77/hashembeddingSoftware component providing efficient word representation using hash embeddings42
danieldk/go2vecA package for reading and analyzing word embeddings from the word2vec format in Go.56
wangyuxinwhy/uniemDevelops unified sentence embedding models for NLP tasks840
cod3licious/conecA library for training and evaluating a type of word embedding model that extends the original Word2Vec algorithm20
fanglanting/skip-gram-pytorchA PyTorch implementation of the skip-gram model for learning word embeddings.188