Top2Vec icon indicating copy to clipboard operation
Top2Vec copied to clipboard

How to perform topic reduction?

Open AlbertoDeBenedittis opened this issue 2 years ago • 1 comments

How could I perform topic reduction on topic vectors to hierarchically group similar topics and reduce the number of topics discovered?

AlbertoDeBenedittis avatar Feb 07 '23 18:02 AlbertoDeBenedittis

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

Vela-zz avatar Mar 02 '23 04:03 Vela-zz