derekgreene / dynamic-nmf

Dynamic Topic Modeling via Non-negative Matrix Factorization
Apache License 2.0
282 stars 87 forks source link

document contribution to window topic #6

Closed zdarktknight closed 7 years ago

zdarktknight commented 7 years ago

Hi: In the paper, it says: "3) A ranking of every MEPs contributions relative to all window and dynamic topics in the corpus"

Is there a function that out put this result? Or we need to calculate it by self.

derekgreene commented 7 years ago

This refers to MEP (author)-document counts for each window and dynamic topic. Since the MEP metadata was very specific to our application and database, the function is not included here.

Regards, Derek.