Skip to content

keesern/TagCloudGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TagCloudGenerator

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.

GENERAL

  1. Enter the input file name with its location
  2. Enter an output file name complete with .html
  3. Program creates a tag cloud .html file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages