Skip to content

Instantly share code, notes, and snippets.

@josht-jpg
Created September 4, 2020 20:05
Show Gist options
  • Save josht-jpg/06eafd7ceedd56e22f8b5b828b30e960 to your computer and use it in GitHub Desktop.
Save josht-jpg/06eafd7ceedd56e22f8b5b828b30e960 to your computer and use it in GitHub Desktop.
Books Sample
#List the the raw contents of each book
#Each element is a string
books_raw = [owl_creek_bridge_raw,
portrait_of_a_lady_raw,
white_company_raw,
ladies_paradise_raw,
private_memoirs_raw,
master_of_ballantrae_raw,
agathas_husband_raw,
schoolboys_story_raw,
descent_of_man_raw,
scarlet_letter_raw,
letters_from_hawaii_raw,
story_of_an_african_farm_raw,
summer_in_a_garden_raw,
trilby_raw,
woman_of_thirty_raw,
general_WT_Sherman_raw,
last_of_the_mohicans_raw,
rough_rider_raw,
how_to_tell_a_story_raw,
pan_tadeusz_raw,
rob_roy_raw,
water_babies_raw,
resurrection_raw,
ruth_raw,
Emily_Dickinson_poems_raw,
man_that_corrupted_hadleyburg_raw,
carmen_raw,
jane_eyre_raw,
history_of_the_conquest_of_peru_raw,
red_fairy_book_raw,
cask_of_amontillado_raw,
#canon_alberics_scrap_book_raw - causeing troubles parsing
taras_bulba_raw,
war_and_peace_raw,
sense_and_sensibility_raw,
annabel_lee_raw,
life_of_Charlotte_Brontë_raw,
hero_of_our_time_raw,
les_misérables_raw,
miss_cayleys_adventures_raw,
statism_and_anarchy_raw,
rachel_ray_raw,
what_christmas_is_as_we_grow_older_raw
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment