Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a5huynh/bill-analysis
Companion repo for some blog posts I'm writing
https://github.com/a5huynh/bill-analysis
Last synced: about 1 month ago
JSON representation
Companion repo for some blog posts I'm writing
- Host: GitHub
- URL: https://github.com/a5huynh/bill-analysis
- Owner: a5huynh
- License: mit
- Created: 2017-12-26T22:20:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T05:58:10.000Z (about 7 years ago)
- Last Synced: 2023-03-10T22:11:27.603Z (almost 2 years ago)
- Language: Jupyter Notebook
- Homepage: https://a5huynh.github.io/2017/12/31/text-analysis-of-bills.html
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## bill-analysis
Here lies python code and notebooks used in the analysis of legislation
data from the U.S. Senate and House of Representatives.### Getting Started
Install the python dependencies. Use of a virtual environment highly
recommendedpip install -r requirements.txt
Setup data folders and download dataset.
make dl-data
Run XML parsing and text tokenization script. Should take a couple minutes
to finish running.python src/python/prep_data.py