tweetLDA: tweetLDA

Description Usage Arguments Value Examples

View source: R/topicmodellingFunctions.R

Description

Create a latent Dirichlet allocation cluster model for a tweet data frame.

Usage

1
tweetLDA(tweetDataFrameTokenized, numberOfTopics)

Arguments

tweetDataFrameTokenized

Dataframe object containing word tokens from tweets (Output of tokenizeTweets())

numberOfTopics

Number of topics associated with the corpus, this is the amount of groups the clustering algorithm will split the model into. If number of topics is unknown, use (guess function) first to estimate.

Value

Model type object.

Examples

1
tweetLDA(tweetDataFrameTokenized,8)

jakubk28/TwitterDMTools documentation built on June 25, 2021, 4:12 p.m.