Top2Vec icon indicating copy to clipboard operation
Top2Vec copied to clipboard

cluster each document is clustered into

Open DYH-Devil opened this issue 3 years ago • 1 comments

Hello How to know which cluster each document is clustered into I await your reply,thanks

DYH-Devil avatar Apr 16 '23 12:04 DYH-Devil

model.doc_top

The documentation is a bit lacking but you can use dir(model) (where model is your trained Top2Vec model) and see all the things you can do.

jacob-bayer avatar Jan 04 '24 22:01 jacob-bayer