Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release-src > by-pkgid > cc225ff97938321a7403e4f3764ea948

perl-Search-Tokenizer-1.10.0-4.mga8.src.rpm

Description:

This module builds an iterator function that will progressively extract
terms from a given input string. Terms are defined by a regular expression
(for example '\w+'). Term matching relies on the builtin "global match"
operator of Perl (the 'g' flag), and therefore is quite efficient.

Before being returned to the caller, terms may be filtered by an auxiliary
function, for performing tasks such as stemming or stopword elimination.

A tokenizer returned from the /"new" method is a code reference, _not_ a
regular Perl object. To use the tokenizer, just call it with a string to
parse : this will return another code reference, which works as an
iterator. Each call to the iterator will return the next term from the
string, until the string is exhausted.

Generated packages:

Other version of this rpm: