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

https://github.com/rahul1582/topic-modelling

Identifying topics in a set of documents
https://github.com/rahul1582/topic-modelling

grouping lda nlp nltk topic-modeling

Last synced: over 1 year ago
JSON representation

Identifying topics in a set of documents

Awesome Lists containing this project

README

          

# Topic-Modelling-using-Latent Dirichlet Allocation (LDA)

Topic modeling is the process of identifying topics in a set of documents.

This can be useful for search engines, customer service automation, and any other instance where knowing the topics of documents is important.

I used Latent Dirichlet Allocation (LDA) Algorithm.

## Dataset (optional)

The [dataset](https://www.kaggle.com/austinreese/trump-tweets) is available as a single csv file.

### Technologies Used
```
1.NLTK

2.LDA

3.Python
```

### Author
```
Rahul Kumar Patro
```