Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxent-ai/lda2vec

Mixing Dirichlet Topic Models and Word Embeddings to Make lda2vec from this paper https://arxiv.org/abs/1605.02019
https://github.com/maxent-ai/lda2vec

chainer deep-learning embeddings lda nlp python3 sklearn text text-mining topic-modeling word-embeddings word2vec

Last synced: 27 days ago
JSON representation

Mixing Dirichlet Topic Models and Word Embeddings to Make lda2vec from this paper https://arxiv.org/abs/1605.02019

Awesome Lists containing this project

README

        

# lda2vec

-----

**Table of Contents**

* [Installation](#installation)
* [License](#license)

[![Downloads](https://pepy.tech/badge/pylda2vec)](https://pepy.tech/project/pylda2vec)

## Installation

lda2vec is distributed on [PyPI](https://pypi.org) as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 3.6+.

```bash
$ pip install pylda2vec
```

## License

lda2vec is distributed under the terms of the
[MIT License](https://choosealicense.com/licenses/mit).