8000 Merge branch 'master' of https://github.com/dgrtwo/tidy-text-mining · codingbooks/tidy-text-mining@62e5430 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62e5430

Browse files
committed
2 parents 62a1100 + 892d879 commit 62e5430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06-topic-models.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AssociatedPress
4141
We can use the `LDA()` function from the topicmodels package, setting `k = 2`, to create a two-topic LDA model.
4242

4343
```{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.
4545
```
4646

4747
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

Comments
 (0)
0