Please implement functionality that will group similar words together for the Tag Cloud. Words like teach, teacher, teaching would be grouped together because they all stem from teach. I have attached a C# class that implements this functionality.
It will be possible to get the value of a particular RadTagCloud item via the control's client-side API.