in reply to
Group Similar Items
You could use Text::PhraseDistance that tries to give a measure of the degree of proximity of 2 given phrases.
In this way you can build a set of phrases with associated different weights.
Comment on
Re: Group Similar Items
In Section
Seekers of Perl Wisdom