Skip to content

Commit

Permalink
Fix partial matching ref #92 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot authored Aug 15, 2024
1 parent a416040 commit e336c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/oolong_topicmodels.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if (need_topic) {
model_terms <- t(topicmodels::terms(input_model, k = n_topiclabel_words))
dimnames(model_terms)[[1]] <- NULL
theta <- topicmodels::posterior(input_model)$topic
theta <- topicmodels::posterior(input_model)$topics
} else {
model_terms <- NULL
theta <- NULL
Expand Down

0 comments on commit e336c03

Please sign in to comment.