- or download this
Most frequently occuring word no of times occured
second most frequent word no of times occured
.... ....
.... ....
- or download this
%count = ();
foreach $element (@words) {
...
while ( ($k,$v) = each %count ) {
print "$k => $v\n";
}
- or download this
the 150
it 85
we 60
are 40
- or download this
sub lexicon_generate
{
...
}
&lexicon_generate();