- Getting started
library(polmineR) library("UNGA") library(topicmodels)
- Load the (optimised) topic model
lda_filename <- list.files(system.file(package = "UNGA", "extdata", "topicmodels"), full.names = TRUE) lda <- readRDS(lda_filename) x <- terms(lda, 50)