https://github.com/karan-malik/wordcloud
Using Python to create word clouds to analyze word frequency
https://github.com/karan-malik/wordcloud
python python3 text-analysis word-cloud word-cloud-generator-in-python-3 wordcloud
Last synced: 8 months ago
JSON representation
Using Python to create word clouds to analyze word frequency
- Host: GitHub
- URL: https://github.com/karan-malik/wordcloud
- Owner: Karan-Malik
- Created: 2020-07-27T16:16:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T16:33:18.000Z (about 5 years ago)
- Last Synced: 2025-01-14T08:52:29.179Z (9 months ago)
- Topics: python, python3, text-analysis, word-cloud, word-cloud-generator-in-python-3, wordcloud
- Language: Jupyter Notebook
- Homepage:
- Size: 648 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word Cloud
Using Python to create word clouds to analyze word frequencyThis notebook uses the first 4 chapters of 'Oliver Twist' by Charles Dickens, and analyzes the frequency of words occuring in it using Word Clouds. The data
is available in the repository.