Skip to content

voliveirajr/kwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kwords

This is a lib for find the K most recurring words for an underterminated number of words. One application of that could be build an Word Cloud on your site.

This lib uses a Trie Structure to store the words and your counts and a TreeSet to retrieve them ordered.

Releases

No releases published

Packages

No packages published

Languages