Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amitkaps/text-mining

Text Mining in Python
https://github.com/amitkaps/text-mining

python text-classification text-mining text-processing

Last synced: 7 days ago
JSON representation

Text Mining in Python

Awesome Lists containing this project

README

        

# Text Mining in Python

## Topics
- Regular Expression
- Stopword Removal, Stemming
- Creating features from text
- Term Frequency and Inverse Document Frequency (TF-IDF)
- Visualising text data and models
- Sentiment Analysis (Using Naive Bayes Classifier)
- Topic Modelling - Latent Dirichlet Allocation (LDA)