MorphologicalPriorsForWordEmbeddings

Word embedding model

A project implementing a method to incorporate morphological information into word embeddings using a neural network model

Code for EMNLP 2016 paper: Morphological Priors for Probabilistic Word Embeddings

GitHub

52 stars
9 watching
12 forks
Language: Python
last commit: almost 10 years ago
blocksemnlpneural-networknlptheanoword-embeddings

Related projects:

RepositoryDescriptionStars
fanglanting/skip-gram-pytorchA PyTorch implementation of the skip-gram model for learning word embeddings.188
zhangxiann/skip-gramA Python implementation of a neural network model for learning word embeddings from text data6
giuseppemarra/char-word-embeddingsThis repository provides an unsupervised approach to learning character-aware word and context embeddings.0
vzhong/embeddingsProvides fast and efficient word embeddings for natural language processing.223
wangyuxinwhy/uniemDevelops unified sentence embedding models for NLP tasks840
bheinzerling/bpembA collection of pre-trained subword embeddings in 275 languages, useful for natural language processing tasks.1,189
nlprinceton/text_embeddingA utility class for generating and evaluating document representations using word embeddings.54
largelymfs/topical_word_embeddingsA Python implementation of a topical word embedding technique used in natural language processing and information retrieval.314
seomoz/word2gaussThis implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings.190
fursovia/geometric_embeddingAn implementation of a non-parameterized approach for building sentence representations19
plasticityai/magnitudeA fast and efficient utility package for utilizing vector embeddings in machine learning models1,635
alexandres/lexvecAn implementation of a word embedding model that uses character n-grams and achieves state-of-the-art results in multiple NLP tasks803
malllabiisc/wordgcnA deep learning model that generates word embeddings by predicting words based on their dependency context291
jwieting/paragram-wordTrains word embeddings from a paraphrase database to represent semantic relationships between words.30
cod3licious/conecA library for training and evaluating a type of word embedding model that extends the original Word2Vec algorithm20