Learn R Programming

⚠️There's a newer version (1.4.2) of this package.Take me there.

seededlda (version 1.1.0)

Seeded Sequential LDA for Topic Modeling

Description

Seeded Sequential LDA can classify sentences of texts into pre-define topics with a small number of seed words (Watanabe & Baturo, 2023) . Implements Seeded LDA (Lu et al., 2010) and Sequential LDA (Du et al., 2012) with the distributed LDA algorithm (Newman, et al., 2009) for parallel computing.

Copy Link

Version

Install

install.packages('seededlda')

Monthly Downloads

649

Version

1.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Kohei Watanabe

Last Published

July 1st, 2023

Functions in seededlda (1.1.0)

textmodel_seqlda

Sequential Latent Dirichlet allocation
textmodel_seededlda

Semisupervised Latent Dirichlet allocation
topics

Extract most likely topics
divergence

Optimize the number of topics
data_corpus_moviereviews

Movie reviews from Pang and Lee (2004)
sizes

Compute the sizes of topics
print.textmodel_lda

Print method for a LDA model
terms

Extract most likely terms
textmodel_lda

Unsupervised Latent Dirichlet allocation