lexvec

Word Embedding Model

An implementation of a word embedding model that uses character n-grams and achieves state-of-the-art results in multiple NLP tasks

This is an implementation of the LexVec word embedding model (similar to word2vec and GloVe) that achieves state of the art results in multiple NLP tasks

GitHub

803 stars
28 watching
81 forks
Language: Go
last commit: over 5 years ago

Related projects:

RepositoryDescriptionStars
vefstathiou/so_word2vecThis is a word embedding model trained on Stack Overflow posts for use in natural language processing tasks.40
tca19/dict2vecA framework to learn word embeddings using lexical dictionaries115
cod3licious/conecA library for training and evaluating a type of word embedding model that extends the original Word2Vec algorithm20
auspicious3000/contentvecAn implementation of a self-supervised speech representation model using PyTorch and disentangled speaker embeddings471
bakrianoo/aravecProvides pre-trained word embedding models for Arabic text analysis395
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
danieldk/go2vecA package for reading and analyzing word embeddings from the word2vec format in Go.56
zhezhaoa/ngram2vecA toolkit for learning high-quality word and text representations from ngram co-occurrence statistics848
jwieting/acl2017A codebase for training and using models of sentence embeddings.33
rguthrie3/morphologicalpriorsforwordembeddingsA project implementing a method to incorporate morphological information into word embeddings using a neural network model52
malllabiisc/wordgcnA deep learning model that generates word embeddings by predicting words based on their dependency context291
fanglanting/skip-gram-pytorchA PyTorch implementation of the skip-gram model for learning word embeddings.188
mnqu/pteAn implementation of the Predictive Text Embedding model for learning word representations from large-scale heterogeneous text networks.96
vzhong/embeddingsProvides fast and efficient word embeddings for natural language processing.223