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

https://github.com/miteshputhran/analysis-using-python

Analysis using Natural Language Toolkit(NLTK), Numpy, Pandas and Matplotlib
https://github.com/miteshputhran/analysis-using-python

analysis folder-structure json matplotlib nltk numpy pandas python zipf

Last synced: 3 months ago
JSON representation

Analysis using Natural Language Toolkit(NLTK), Numpy, Pandas and Matplotlib

Awesome Lists containing this project

README

          

## Analysis using Natural Language Toolkit(NLTK), Numpy, Pandas and Matplotlib
- Using various corpus available through NLTK did analysis like calculating frequency of texts for unique situations,
finding person with lead roles, unusual words used in web chats etc.
- Created different folder structures based on data contained in JSON files according to locations, dates, section names etc.
- Analyzed data and pushed useful information from raw datasets into CSV files.
- Using data from the CSV files, plotted graphs for the same using Matplotlib.