vote up 0 vote down star

I have noticed this even here on Stack Overflow. Where there maybe many similar tags eg. php vs php4 vs php5, or because of spaces eg. zendframework vs zend-framework.

So I hope that in future when I do a tagging system, I want to avoid this. Some ideas I have are:

  • Having a message telling users to use say dashes (-) or underscores (_) for spaces eg. zend-framework (which is better btw, I noticed _ is usually used). But how can I validate this, I can’t I think?

  • About the similar tags ... I dunno if having a self join of the tags table (id, related[FK], tag) to show a hierarchy will be good, like php4 & php5 is related to php.


76% accept rate
Actually, I don't think this belongs on meta. My bad. You might want to emphasize that you are asking about tagging systems in general in your OP, as it was hard for me to tell. – Adam Bellaire Sep 26 at 13:46
What's wrong with autosuggest to eliminate a lot of these? – RichardOD Sep 26 at 14:07
1  
Every week I change a couple of 'algorthms' tags to 'algorithm'. People ignore the automatically provided suggestion. – Pete Kirkham Sep 26 at 14:30

Browse other questions tagged or ask your own question.