Top2Vec
Top2Vec copied to clipboard
How to perform topic reduction?
How could I perform topic reduction on topic vectors to hierarchically group similar topics and reduce the number of topics discovered?
The class provide method called hierarchical_topic_reduction()
, which find the smallest cluster first and merge it with the nearst cluster untill reach the num_of_topic you want