https://github.com/robintw/manifestoclouds
Creates word clouds from political party manifestos
https://github.com/robintw/manifestoclouds
image python word-cloud
Last synced: 8 months ago
JSON representation
Creates word clouds from political party manifestos
- Host: GitHub
- URL: https://github.com/robintw/manifestoclouds
- Owner: robintw
- License: mit
- Created: 2015-09-16T22:18:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T19:56:27.000Z (over 10 years ago)
- Last Synced: 2025-04-01T15:57:18.852Z (about 1 year ago)
- Topics: image, python, word-cloud
- Language: Python
- Homepage:
- Size: 1.15 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python code to create word clouds from UK party manifestos for the 2015 General Election
Should be reasonably generalisable to other text.
## To use
Install the requirements:
pip install -r requirements.txt
Look at the code in `make_cloud.py` and alter as required, and then run.