Beispiel #1
0
 def test_sentiment_dict(self):
     nlp = NLP()
     nlp.analyze_sentiment(test_content)
     self.assertTrue(nlp.get_sentiment())