non-distributional
NLP vectors
A repository providing pre-built non-distributional word vector representations for NLP tasks
Non-distributional linguistic word vector representations.
62 stars
7 watching
9 forks
Language: Python
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mfaruqui/eval-word-vectors | A set of Python scripts for evaluating word vectors on various tasks and comparing similarity between words. | 120 |
kyubyong/wordvectors | Provides pre-trained word vectors for multiple languages to facilitate NLP tasks | 2,216 |
mfaruqui/sparse-coding | An implementation of parallel sparse coding for converting dense word vectors to highly sparse vectors with L1 regularization | 54 |
nmrksic/counter-fitting | A tool to update word vectors to align with linguistic constraints | 145 |
mfaruqui/crosslingual-cca | A tool for projecting word vectors from different languages into a shared space to analyze their semantic relationships. | 56 |
explosion/sense2vec | A Python library that generates contextually-keyed word vectors from text data using a variation of the Word2Vec algorithm. | 1,630 |
seomoz/word2gauss | This implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings. | 190 |
chengyuegongr/frequency-agnostic | Improves word embeddings by training with adversarial objectives | 118 |
mmihaltz/word2vec-googlenews-vectors | A repository hosting pre-trained word vector model (3 million 300-dimension English word vectors) from the Google News corpus. | 519 |
omaraaa/vecfns | A set of utility functions for vector operations in a programming language | 24 |
plasticityai/magnitude | A fast and efficient utility package for utilizing vector embeddings in machine learning models | 1,635 |
maluuba/newsqa | Compiles and provides structured access to Maluuba's NewsQA dataset for natural language question answering research. | 253 |
machinalis/quepy | Transforms natural language questions into query templates for various database systems. | 1,255 |
nlprinceton/alacarte | Tools and code for inducing custom semantic vector representations from text data | 104 |
refefer/word2vec-scala | A Scala implementation of the word2vec model representation. | 11 |