Replies: 1 comment 4 replies
-
|
Thank you for the extensive description! Although not currently implemented, a You could do this yourself by simply clustering the topics that you want to have more fine-grained topics from and simply adding them using Manual BERTopic. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
After running Bertopic, I sometimes find myself unhappy with certain specific topics. For example, where a topic is grouping together documents I believe that can further be split to two or more topics. Sometimes, tuning different parameters or specifying seed words work, but often not.
In such cases, where I am happy with the overall topics created, except one or two that I wish to split, what can I do?
What I imagine is something like this pseudo code:
If you can and this functionality exists, please suggest a code example for an automatic approach like shown above, as well as a manual approach that looks like this:
Beta Was this translation helpful? Give feedback.
All reactions