Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

online topic modelling #341

Open
ptear opened this issue Jul 13, 2023 · 0 comments
Open

online topic modelling #341

ptear opened this issue Jul 13, 2023 · 0 comments

Comments

@ptear
Copy link

ptear commented Jul 13, 2023

as I understand it online topic modelling might be possible with Top2Vec, by calling add_documents and compute_topics together.

  1. does this maintain currently existing topics and only add new ones? or does it completely refresh the topics?

  2. how does the approach used in Top2Vec differ from that used by BERTopic, which uses River?

looking at the code it seems like compute_topics does a complete refresh, but just want to clarify. if this is the case, I might look at implementing something similar to BERTopic's approach for Top2Vec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant