def test_ttc(self): self.assertIsNotNone(ttc.word_freqs()) self.assertIsNotNone(ttc.unigram_word_freqs())
def test_ttc(self): self.assertIsNotNone(ttc.word_freqs())