unitedstates / congressional-record

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

Parser not catching apostrophes #14

Closed Jace84 closed 9 years ago

Jace84 commented 9 years ago

Parser is bypassing speeches from MCs with special characters in their name. Such as Mr. D'AMATO in 1995. I am working on a fix for this unless someone beats me to it. Not really a regex guy but adding \' to the regex lines did not seem to fix the issue.

Jace84 commented 9 years ago

I took it upon myself to fix this issue, pull request at: https://github.com/unitedstates/congressional-record/pull/15