Description Usage Arguments Examples
View source: R/given_model_K.R
This function retrive the perplexity score
1 | given_model_K(df, mallet_df)
|
df |
The preprocessed twitter data |
mallet_df |
mallet_df |
1 2 3 | df_pre <- twitter_preprocess(df_tweets, ud_lang = "spanish", stopwords_lang = "es")
df_topic <- twitter_topic(df_pre, 10)
given_model_K(df_pre, df_topic)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.