Retrieving Tweets Related to News Articles
Implemented the algorithm from this paper to rank tweets related to news articles by generating a query for each article and ranking the tweets based on the query using Lucene’s Scoring function
Proposed extensions to the paper based on noun phrase detection using POS tagging which beat 3 out of the 7 query methods described in the paper.