Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 589 Bytes

presidential-addresses

work on reading/analyzing presidential addresses and media coverage, at MPI-SWS 2014

contains code to

  1. extract articles from spinner (extractor)

  2. align news quotes with words in presidential addresses

    (match_utils.py, match_quotes.py, quote_searcher.py, get_matches.py for matching)

    (postfilter_matches.py, group_quotes.py, article_utils.py, postprocess_matches.py for postprocessing)

  3. cluster news domains according to quote history (cluster_utils.py)

  4. predict news domain quotes according to quote history (predict_quotes.py)