Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Search-Tokenizer-1.30.0-3.mga10 RPM for noarch

From Mageia Cauldron for i686 / media / core / release

Name: perl-Search-Tokenizer Distribution: Mageia
Version: 1.30.0 Vendor: Mageia.Org
Release: 3.mga10 Build date: Fri Jun 27 04:54:21 2025
Group: Development/Perl Build host: localhost
Size: 21286 Source RPM: perl-Search-Tokenizer-1.30.0-3.mga10.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/Search-Tokenizer
Summary: Decompose a string into tokens (words)
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.

Provides

Requires

License

GPLv1+ or Artistic

Changelog

* Fri Jun 27 2025 umeabot <umeabot> 1.30.0-3.mga10
  + Revision: 2206445
  - Mageia 10 Mass Rebuild

Files

/usr/share/doc/perl-Search-Tokenizer
/usr/share/doc/perl-Search-Tokenizer/Changes
/usr/share/doc/perl-Search-Tokenizer/META.json
/usr/share/doc/perl-Search-Tokenizer/META.yml
/usr/share/doc/perl-Search-Tokenizer/MYMETA.yml
/usr/share/doc/perl-Search-Tokenizer/README
/usr/share/man/man3/Search::Tokenizer.3pm.xz
/usr/share/perl5/vendor_perl/Search
/usr/share/perl5/vendor_perl/Search/Tokenizer.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jun 28 06:22:52 2025