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

Implement multilingual KeyNMF #22

Closed rbroc closed 4 months ago

rbroc commented 4 months ago

Fixes:

10

Implement conditional keyword extraction logic, based on initialization parameter that specifies scope of keyword extraction for each document ('document' if only words present in a document are allowed, 'corpus' if full vocabulary is used)

rbroc commented 4 months ago

@x-tabdeveloping could you take a quick look at this first commit to double-check this is what you are after?