#!/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);
In reply to Re: dump a string into array
by Khen1950fx
in thread dump a string into array
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |