karey3341 has asked for the wisdom of the Perl Monks concerning the following question:
If my data looks like this:
word 1: 100 101 101 102 102 102 106 106
word 2: 101 104 106 110 113 129 131 148
word 3: 101 153 175 180 381
word 4: 106 110 113 122 131 137 142 148
word 5: 120 165 169
Where word 1,2,3,4,5 represent different words, numbers represent a list of paper those words have been used as keywords.
How can I calculate similarity between these words?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: word similarity measure
by tilly (Archbishop) on Feb 27, 2009 at 16:32 UTC | |
by Gavin (Archbishop) on Feb 28, 2009 at 12:32 UTC | |
Re: word similarity measure
by Old_Gray_Bear (Bishop) on Feb 27, 2009 at 16:56 UTC | |
by planetscape (Chancellor) on Feb 28, 2009 at 04:28 UTC | |
Re: word similarity measure
by etj (Curate) on Jun 03, 2022 at 22:18 UTC | |
Re: word similarity measure
by kennethk (Abbot) on Feb 27, 2009 at 16:33 UTC | |
Re: word similarity measure
by bruno (Friar) on Feb 27, 2009 at 16:32 UTC |
Back to
Seekers of Perl Wisdom