()
| 19 | semantic='LatentDirichletAllocation', corpus=data)[0], np.ndarray) |
| 20 | |
| 21 | def test_count_NMF(): |
| 22 | isinstance(text2mat(data, vectorizer='CountVectorizer', semantic='NMF', corpus=data)[0], np.ndarray) |
| 23 | |
| 24 | def test_tfidf_NMF(): |
| 25 | isinstance(text2mat(data, vectorizer='TfidfVectorizer', semantic='NMF', corpus=data)[0], np.ndarray) |
nothing calls this directly
no test coverage detected