This class can be used to manage and generate tag clouds from tags stored in files.
It can open a file that contains a serialized array of tag words and the respective weight.
The class add more words to a cloud and update the tag cloud file.
The tag cloud is rendered using a given template string to represent each tag word in the tag cloud. The template string may be HTML or any other text template.