Is there a step by step guide to do topic modeling using an R package?

Does anyone know a book or resource that describes how to do topic modeling (on a large textual dataset) from installation right through to the analysis and producing the output?

A million thanks in advance.

Best,
Yanto

There is this vignette from tidytext package: https://cran.r-project.org/web/packages/tidytext/vignettes/topic_modeling.html

You can also try your luck going through the package in CRAN view: https://cran.r-project.org/web/views/NaturalLanguageProcessing.html

2 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.