unitedstates / congressional-record

A parser for the Congressional Record.
Other
128 stars 41 forks source link

Extract Capitol Words parser and allow standalone execution #1

Closed konklone closed 10 years ago

konklone commented 10 years ago

The first major task is to take the parser that lives inside Capitol Words' code (basically this file), copy it over here, and allow it to run on its own, from the command line.

It should be possible to run the parser by making a virtualenv, pip install-ing a requirements.txt, and executing a .py script with some kind of argument that points to what file should be parsed.

drinks commented 10 years ago

Fixed in 202c7ee.