map/word_frequency_ranking library

Functions

wordFrequencyRanking(String text) List<String>
Ranks words in a text by frequency (descending), then lexicographically for ties.