haifengl / smile

Statistical Machine Intelligence & Learning Engine
https://haifengl.github.io
Other
6k stars 1.12k forks source link

Topic Modeling #253

Closed pscholze closed 5 years ago

pscholze commented 6 years ago

Is there any way to do Topic Modeling with smile?

Thanks in advance Peter

haifengl commented 6 years ago

Do you mean topic classification in NLP?

pscholze commented 6 years ago

I mean unsupervised topic detection in NLP, commonly done with Latent Dirichlet Allocation etc.

haifengl commented 6 years ago

No LDA right now. But we have unsupervised key word extraction, which may be useful to you.