gensim_ldamodel_load | R Documentation |
Load gensim topic model.
gensim_ldamodel_load(modeldir, modelname)
modeldir |
Directory where a gensim LDA topic model has been saved. |
modelname |
Name of a gensim LDA topic model. The data for a model |
Use 'gensim_ldamodel_load()' to load an ldamodel computed by gensim. The return value is a 'LdaModel' Python object that can serve as input to functions or that can be processed using the 'reticulate' package.
Andreas Blaette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.