def test_getFeatures(self):
     result = SimpleProcessor.getFeatures(SimpleProcessor.clean(self.text))
     expect = {'timor': 1, 'is': 1, 'my': 1, 'hello': 1, 'name': 1}
     self.assertEqual(expect, result)
 def test_getFeatures(self):
     result = SimpleProcessor.getFeatures(SimpleProcessor.clean(self.text))
     expect = {'timor': 1, 'is': 1, 'my': 1, 'hello': 1, 'name': 1}
     self.assertEqual(expect, result)