A Java program that generates a tag cloud from an input text file. The tag cloud generated would be Html format which display N words with the highest count in the input text file specified. Tag cloud would arrange the words in alphabetical order without taking capitalization into consideration. ("abc" before "Bcd"). The font of the words would be porportional to the number of occurrences of the word from the input text file.
- Enter the input file name with its location
- Enter an output file name complete with .html
- Program creates a tag cloud .html file