x-tabdeveloping / turftopic

Robust and fast topic models with sentence-transformers.
https://x-tabdeveloping.github.io/turftopic/
MIT License
8 stars 3 forks source link

fix ranking of negative documents #42

Closed rbroc closed 1 month ago

rbroc commented 1 month ago

Hey there, using turftopic for some exploratory stuff and I realized that print_representative_documents appends the negative documents to the output table in ascending order, which is a bit confusing. This might fix it?

x-tabdeveloping commented 1 month ago

Oooh, nice catch @rbroc thanks <3