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
- Host: GitHub
- URL: https://github.com/miteshputhran/analysis-using-python
- Owner: MiteshPuthran
- Created: 2017-03-16T15:05:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T21:23:22.000Z (over 8 years ago)
- Last Synced: 2025-10-14T13:07:56.562Z (3 months ago)
- Topics: analysis, folder-structure, json, matplotlib, nltk, numpy, pandas, python, zipf
- Language: Jupyter Notebook
- Homepage:
- Size: 57.7 MB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.