Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: dump a string into array

by Khen1950fx (Canon)
on Sep 23, 2010 at 12:25 UTC ( [id://861521]=note: print w/replies, xml ) Need Help??


in reply to dump a string into array

I think that you were looking for something like this:
#!/usr/bin/perl use strict; use warnings; use Data::Dumper::Concise; use Lingua::Stem::En; my $words = [ 'wordy', 'another' ]; my $stemmed_words = Lingua::Stem::En::stem({ -words => [$words], -locale => 'en', }); print Dumper($stemmed_words);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://861521]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 05:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found