Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amitkaps/text-mining
- Owner: amitkaps
- License: mit
- Created: 2016-11-14T12:58:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T05:21:51.000Z (almost 8 years ago)
- Last Synced: 2024-04-15T00:36:01.796Z (7 months ago)
- Topics: python, text-classification, text-mining, text-processing
- Language: Jupyter Notebook
- Size: 54.3 MB
- Stars: 23
- Watchers: 7
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)