コード例 #1
0
 def get_word_frequency(self):
     for city in self.senitiment_cities:
         city_sentiment = Sentiment(city, self.to_tokenize, self.document_type)
         city_sentiment.get_word_frequency('biomass')