dbmi-pitt / SocialMediaDataScience

Data Science module - text analytics, Natural Language Processing, and Machine Learning on Social Media (twitter) data
24 stars 50 forks source link

Exercise 1.4: No searchTweets routine in Tweets class #2

Open sanyabt opened 6 years ago

sanyabt commented 6 years ago

"The searchTweets routine defined in the Tweets class attempts to find diverse tweets by ensuring that no tweet is included twice. However, we might see multiple tweets retweeting the same original. How might you modify searchTweets to avoid this sort of duplication?"

Is this a typo? We have searchTwitter routine but not searchTweets in the Tweets class.