Exploring the 2018 U.S Governors’ State of State Addresses
Introduction
In this post, I will scrape the 2018 State of the State Addresses (SoSAs), convert the speeches into a dataframe of words counts with the rows representing the speeches and the columns representing the words. This type of dataframe is known as document term matrix (dtm). I will also perform ... [Read more...]