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
52 stars
9 watching
12 forks
Language: Python
last commit: almost 8 years ago blocksemnlpneural-networknlptheanoword-embeddings
Related projects:
Repository | Description | Stars |
---|---|---|
fanglanting/skip-gram-pytorch | A PyTorch implementation of the skip-gram model for learning word embeddings. | 188 |
zhangxiann/skip-gram | A Python implementation of a neural network model for learning word embeddings from text data | 6 |
giuseppemarra/char-word-embeddings | This repository provides an unsupervised approach to learning character-aware word and context embeddings. | 0 |
vzhong/embeddings | Provides fast and efficient word embeddings for natural language processing. | 223 |
wangyuxinwhy/uniem | Develops unified sentence embedding models for NLP tasks | 833 |
bheinzerling/bpemb | A collection of pre-trained subword embeddings in 275 languages, useful for natural language processing tasks. | 1,184 |
nlprinceton/text_embedding | A utility class for generating and evaluating document representations using word embeddings. | 54 |
largelymfs/topical_word_embeddings | A codebase implementing topical word embeddings using various NLP techniques as demonstrated in a paper accepted by AAAI'15. | 315 |
seomoz/word2gauss | This implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings. | 190 |
fursovia/geometric_embedding | An implementation of a non-parameterized approach for building sentence representations | 19 |
plasticityai/magnitude | A fast and efficient utility package for utilizing vector embeddings in machine learning models | 1,627 |
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 |
malllabiisc/wordgcn | A deep learning model that generates word embeddings by predicting words based on their dependency context | 290 |
jwieting/paragram-word | Trains word embeddings from a paraphrase database to represent semantic relationships between words. | 30 |
cod3licious/conec | A library for training and evaluating a type of word embedding model that extends the original Word2Vec algorithm | 20 |