derekgreene / dynamic-nmf

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

Run on streams? #7

Open bkj opened 7 years ago

bkj commented 7 years ago

Hi --

From the example in the docs, it doesn't look like this is really designed to be run on streaming data, but is it possible to do so? If not, are you aware of similar dynamic topic modeling packages that could work on a data stream?

Thanks Ben

derekgreene commented 7 years ago

Hi Ben,

No, really this approach is designed to work on batch data which has previously been collected and divided into time windows.

Regards, Derek.