Skip to content

Commit

Permalink
Fix rare/common mixup in Ch 3
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Feb 2, 2024
1 parent 5da7251 commit 603432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-tf-idf.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ggplot(book_words, aes(n/total, fill = book)) +
facet_wrap(~book, ncol = 2, scales = "free_y")
```

There are very long tails to the right for these novels (those extremely rare words!) that we have not shown in these plots. These plots exhibit similar distributions for all the novels, with many words that occur rarely and fewer words that occur frequently.
There are long tails to the right for these novels (those extremely common words!) that we have not shown in these plots. These plots exhibit similar distributions for all the novels, with many words that occur rarely and fewer words that occur frequently.

## Zipf's law

Expand Down

0 comments on commit 603432b

Please sign in to comment.