I am looking for an in depth example of Latent Dirichlet Allocation (LDA) with seedwords specified for the topicmodels package in R.
The basic function takes on the form:
LDA(x, k, method = "Gibbs", control = NULL, model = NULL, ...)
And the documentation only states:
For method = "Gibbs" an additional argument seedwords can be specified as a matrix or an object of class "simple_triplet_matrix"; the default is NULL.
Can anyone point me to a complete example of how this would look and function?
Taken from this answer: https://stats.stackexchange.com/questions/384183/seeded-lda-using-topicmodels-in-r