Skip to content

Instantly share code, notes, and snippets.

View jerielizabeth's full-sized avatar

Jeri Elizabeth jerielizabeth

View GitHub Profile
@jerielizabeth
jerielizabeth / World_Religion_Data_Exploration.ipynb
Last active September 10, 2018 22:39
World_Religion_Data_Exploration.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jerielizabeth
jerielizabeth / ADV-OCR-Evaluation-and-Correction.ipynb
Last active February 17, 2017 06:50
ADV-OCR-Evaluation-and-Correction
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jerielizabeth
jerielizabeth / iliff_named_entites_per_decade.ipynb
Created January 28, 2017 02:11
iliff named entities per decade
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jerielizabeth
jerielizabeth / iliff_named_entities.ipynb
Created January 27, 2017 22:42
iliff named entities
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jerielizabeth
jerielizabeth / 2017-01-06-corpus-OCR-overview-data.ipynb
Last active January 13, 2017 19:40
drafts/code/ocr_evaluation_and_correction/2017-01-06-corpus-OCR-overview-data.ipynb update
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jerielizabeth
jerielizabeth / 2017-01-08-Visualize-Corpus-OCR-Statistics.ipynb
Created January 10, 2017 05:34
drafts/code/ocr_evaluation_and_correction/2017-01-08-Visualize-Corpus-OCR-Statistics.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jerielizabeth
jerielizabeth / script2.py
Last active October 13, 2015 07:08
Script, Part 2
from bs4 import BeautifulSoup
import csv
#open the html file and create a soup object
soup = BeautifulSoup(open("43rd-congress.html"))
#get rid of the final link that is outside the table
final_link = soup.p.a
final_link.decompose()
@jerielizabeth
jerielizabeth / finalresult.csv
Created November 27, 2012 23:44
End Result
ADAMS, George Madison 1837-1920 Representative Democrat KY 43(1873-1874) http://bioguide.congress.gov/scripts/biodisplay.pl?index=A000035
ALBERT, William Julian 1816-1879 Representative Republican MD 43(1873-1874) http://bioguide.congress.gov/scripts/biodisplay.pl?index=A000074
ALBRIGHT, Charles 1830-1880 Representative Republican PA 43(1873-1874) http://bioguide.congress.gov/scripts/biodisplay.pl?index=A000077
ALCORN, James Lusk 1816-1894 Senator Republican MS 43(1873-1874) http://bioguide.congress.gov/scripts/biodisplay.pl?index=A000079
ALLISON, William Boyd 1829-1908 Senator Republican IA 43(1873-1874) http://bioguide.congress.gov/scripts/biodisplay.pl?index=A000160
AMES, Adelbert 1835-1933 Senator Republican MS 43(1873-1874) http://bioguide.congress.gov/scripts/biodisplay.pl?index=A000172
ANTHONY, Henry Bowen 1815-1884 Senator Republican RI 43(1873-1874) http://bioguide.congress.gov/scripts/biodisplay.pl?index=A000262
ARCHER, Stevenson 1827-1898 Representative Democrat MD 43(1873-1874) htt