SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Search-Tokenizer rpm build for : PCLinuxOS. For other distributions click perl-Search-Tokenizer.

Name : perl-Search-Tokenizer
Version : 1.10.0 Vendor : (none)
Release : 3pclos2017 Date : 2017-07-13 05:33:19
Group : Development/Perl Source RPM : perl-Search-Tokenizer-1.10.0-3pclos2017.src.rpm
Size : 0.02 MB
Packager : bb2 < bb2>
Summary : Decompose a string into tokens (words)
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.

RPM found in directory: /vol/rzm3/linux-pclinuxos/pclinuxos/apt/pclinuxos/64bit/RPMS.x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Search-Tokenizer-1.10.0-3pclos2017.noarch.rpm
     

Provides :
perl(Search::Tokenizer)
perl-Search-Tokenizer

Requires :
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl-base => 5.22.3


Content of RPM :
/usr/lib/perl5/vendor_perl/5.22.3/Search
/usr/lib/perl5/vendor_perl/5.22.3/Search/Tokenizer.pm
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/Search
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/Search/Tokenizer
/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/README
/usr/share/man/man3/Search::Tokenizer.3pm.bz2

 
ICM