Finding Frequent and Repeated Words

Learn how to find frequent and repeated words with the help of examples.

We developed several word-related helper methods, among them being the wordFrequency method which returns the number of times a word appears in a piece of text. We can use this existing helper method to implement two new methods.

The first will find the top nn most commonly used words in the text, and the other will find the words that repeatedly appear within the text. Both of these methods will be relatively straightforward to implement.

Get hands-on with 1200+ tech skills courses.