You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as I understand it online topic modelling might be possible with Top2Vec, by calling add_documents and compute_topics together.
does this maintain currently existing topics and only add new ones? or does it completely refresh the topics?
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
The text was updated successfully, but these errors were encountered:
as I understand it online topic modelling might be possible with Top2Vec, by calling add_documents and compute_topics together.
does this maintain currently existing topics and only add new ones? or does it completely refresh the topics?
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
The text was updated successfully, but these errors were encountered: