Ejemplo n.º 1
0
 def __init__(self):
     self.sql = SQLQuery()
     self.tf = TweetFetcher(sql_obj=self.sql)
     # TODO More sophisticated stopword filtering.
     self.stopwords = ["the", "lol", "yea", "haha"]