-
I didn't see a texts dataset as mentioned in the Readme.md. When I run:
nsgp = sklearn.datasets.fetch_20newsgroups()
result = pipeline.transform(nsgp)
I get the error below. I'm assuming it is be…
venuv updated
4 years ago
-
Thank you for the code! I am trying to use it to get topics but
```python
result = pipeline.transform(texts)
score = pipeline.score(result)
```
result is a numpy array, what does score take? Hel…
-
Hello, Akash ! Thanks for sharing the code!!!
I have some problem about the average topic coherence.
In paper, the average topic coherence is NPMI between all the pairs of words in a set of topics.…