topical_word_embeddings
Word Embedder
A Python implementation of a topical word embedding technique used in natural language processing and information retrieval.
A demo code for topical word embedding
314 stars
21 watching
145 forks
Language: Python
last commit: almost 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| This implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings. | 190 |
| This is a word embedding model trained on Stack Overflow posts for use in natural language processing tasks. | 40 |
| A project implementing a method to incorporate morphological information into word embeddings using a neural network model | 52 |
| Provides access to pre-trained word embeddings for NLP tasks. | 81 |
| An implementation of cross-lingual word embedding mappings using unsupervised learning methods | 648 |
| A repository of resources and tools for learning and applying topic models in R | 228 |
| An implementation of various topic modeling algorithms in Python | 369 |
| Provides pre-trained ELMo representations for multiple languages to improve NLP tasks. | 1,462 |
| This project generates Spanish word embeddings using fastText on large corpora. | 9 |
| Unsupervised word embeddings capture latent knowledge from materials science literature | 624 |
| A library for training and evaluating a type of word embedding model that extends the original Word2Vec algorithm | 20 |
| A framework to learn word embeddings using lexical dictionaries | 115 |
| A pre-trained word embedding model informed by a large-scale knowledge graph, providing a nuanced representation of word meanings. | 1,296 |
| A deep learning model that generates word embeddings by predicting words based on their dependency context | 291 |
| A PyTorch implementation of the skip-gram model for learning word embeddings. | 188 |