bstackhouse - 2014-03-06

is there a way to reduce the number of occurrences of a tag in the cloud. removeTag removes the tag from the cloud regardless of the score. i am looking for the reverse of addTag and was surprised removeTag did not do something like tag.dec(existingTag.getScore()); the way addTag does tag.add(existingTag.getScore());