Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Plucene::Analysis::SimpleAnalyzer

Name Plucene::Analysis::SimpleAnalyzer
Version
Located at /usr/share/perl5
File /usr/share/perl5/Plucene/Analysis/SimpleAnalyzer.pm
Is Core No
Search CPAN for this module Plucene::Analysis::SimpleAnalyzer
Documentation Plucene::Analysis::SimpleAnalyzer
Module Details Plucene::Analysis::SimpleAnalyzer

NAME

Plucene::Analysis::SimpleAnalyzer - The simple analyzer


SYNOPSIS

        # isa Plucene::Analysis::Analyzer
        my Plucene::Analysis::LowerCaseTokenizer $an 
                = Plucene::Analysis::SimpleAnalyzer->new(@args);


DESCRIPTION

This is an Analyzer that filters LetterTokenizer with LowerCaseFilter.


METHODS

tokenstream

        my Plucene::Analysis::LowerCaseTokenizer $an 
                = Plucene::Analysis::SimpleAnalyzer->new(@args);

This creates a TokenStream which tokenizes all the text in the provided Reader.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026