x-tabdeveloping / turftopic

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

Fixed keyword pruning in KeyNMF #53

Closed x-tabdeveloping closed 3 months ago

x-tabdeveloping commented 3 months ago

KeyNMF was taking the lowest N keywords instead of top N when passed pre-computed keywords.