You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 06-topic-models.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ AssociatedPress
41
41
We can use the `LDA()` function from the topicmodels package, setting `k = 2`, to create a two-topic LDA model.
42
42
43
43
```{block, type = "rmdnote"}
44
-
Almost any topic model in practice will use a larger `k`, but we will soon see that this analysis approach extends to a larger number of topics
44
+
Almost any topic model in practice will use a larger `k`, but we will soon see that this analysis approach extends to a larger number of topics.
45
45
```
46
46
47
47
This function returns an object containing the full details of the model fit, such as how words are associated with topics and how topics are associated with documents.
0 commit comments