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::Analyzer

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

NAME

Plucene::Analysis::Analyzer - base class for Analyzers


SYNOPSIS

        my $analyzer = Plucene::Analysis::Analyzer::Subclass->new;


DESCRIPTION

This is an abstract base class of Analyzers.

An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting index terms from text.

Typical implementations first build a Tokenizer, which breaks the stream of characters from the Reader into raw Tokens. One or more TokenFilters may then be applied to the output of the Tokenizer.


METHODS

new

        my $analyzer = Plucene::Analysis::Analyzer::Subclass->new;

tokenstream

This must be defined in a subclass

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