in reply to Running Lingua::En::Keywords against an array
Am i missing something?
Update: After reading tlm's post it makes more sense on what the OP requested.foreach $text (@raw_power) { my @keywords = keywords($text); map { print; } @keywords; }
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Running Lingua::En::Keywords against an array
by Thelonius (Priest) on Jul 07, 2005 at 23:44 UTC |