Package : perl-Search-Tokenizer > RPM : perl-Search-Tokenizer-1.10.0-3.mga7.src.rpm

Basic items

Name perl-Search-Tokenizer
Version 1.10.0
Release 3.mga7
URL http://metacpan.org/release/Search-Tokenizer
Group Development/Perl
Summary Decompose a string into tokens (words)
Size 10KB
Arch noarch
License GPLv1+ or Artistic

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.

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-19 12:57:20
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie