Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Search-Tokenizer | Distribution: Mageia |
Version: 1.30.0 | Vendor: Mageia.Org |
Release: 2.mga9 | Build date: Mon Mar 21 10:19:55 2022 |
Group: Development/Perl | Build host: localhost |
Size: 22170 | Source RPM: perl-Search-Tokenizer-1.30.0-2.mga9.src.rpm |
Packager: tv <tv> | |
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.
GPLv1+ or Artistic
* Mon Mar 21 2022 tv <tv> 1.30.0-2.mga9 + Revision: 1812993 - Add patch so that magpie stops removing BR perl(Module::Build) - update to 1.03 - update to 1.02 + umeabot <umeabot> - Mageia 9 Mass Rebuild
/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, Sun Nov 10 09:26:36 2024