Open hari-chalise opened 2 weeks ago
I it required to add whole code here to better clarification?
@hari-chalise Yes, please fill in all the information. Which version of BERTopic are you using? What code are you running? Are you running into any errors? If there is an error in the code, I would first need to see it for example.
I mean , Can I used BERTopic For Topic Modelling for Nepali News Article ? I was recently tried to do but i encountered error such as Blank in Topic. Currently i am unable to include all error with details code because of my system error so please reply me on my question as much as possible i will provide details @MaartenGr
@hari-chalise
I mean , Can I used BERTopic For Topic Modelling for Nepali News Article
Yes, that should be possible!
To help you, I will need more information. I need to know how you instantiate the BERTopic
class. So, what's in the following?
topic_model = BERTopic(
...
)
I will also need to know which version of BERTopic you are using.
I can only help you if you provide me that information and then I'll be happy to help you!
Discussed in https://github.com/MaartenGr/BERTopic/discussions/2199