- New port: Perl5 modules for Flexible Ngram analysis - synopsis: use Text::Ngrams; my $ng3 = Text::Ngrams->new; ng3->process_text('abcdefg1235678hijklmnop'); print ng3->to_string;
State Changed From-To: open->closed New port added, thanks!