()
| 8 | ['dogs rule the haus', 'dogs are my jam', 'dogs are a mans best friend']] |
| 9 | |
| 10 | def test_transform_text(): |
| 11 | assert isinstance(text2mat(data)[0], np.ndarray) |
| 12 | |
| 13 | def test_count_LDA(): |
| 14 | isinstance(text2mat(data, vectorizer='CountVectorizer', |
nothing calls this directly
no test coverage detected