kshirley/LDAtools: Tools to fit a topic model using Latent Dirichlet Allocation (LDA)

This package implements a collapsed Gibbs Sampler algorithm to fit a topic model to a set of unstructured text documents. It contains three basic groups of functions: (1) pre-processing of unstructured text, including substitutions, tokenization, and stemming, (2) fitting the Latent Dirichlet Allocation (LDA) topic model to training data and making model-based predictions on test data, and (3) visualizing and summarizing the fitted model.

Getting started

Package details

Maintainer
License
Version0.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("kshirley/LDAtools")
kshirley/LDAtools documentation built on May 20, 2019, 7:03 p.m.