map_algorithms/word_frequency_ranking library

Functions

wordFrequencyRanking(String text) List<String>
Word Frequency Ranking: returns a list of words sorted by frequency (desc), then lexicographically.