You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python notebook includes code to extract the text of the op-eds/editorials written by people affiliated with UChicago. The final output is in the form of a dataframe that includes the name of the author, the author's byline, the text of the article, the link to the article and the type of the article (op-ed, editorial etc.).
The texts of the Maroon Viewpoints can be used in a number of ways:
topic modeling (LDA, NMF etc.) to get a sense of what topics people commonly write on.
sentiment analysis using a pretrained Sentiment Analyzer.
counting word frequencies.
part-of-speech tagging using a pretrained POS tagger, etc.
About
A python notebook that scraps Viewpoints (aka op-ed) articles from the University of Chicago's newspaper, The Maroon.