KinoSearch::Analysis::Analyzer - Tokenize/modify/filter text.


KinoSearch documentation  | view source Contained in the KinoSearch distribution.

Index


NAME

Top

KinoSearch::Analysis::Analyzer - Tokenize/modify/filter text.

SYNOPSIS

Top

    # Abstract base class.







DESCRIPTION

Top

An Analyzer is a filter which processes text, transforming it from one form into another. For instance, an analyzer might break up a long text into smaller pieces (Tokenizer), or it might perform case folding to facilitate case-insensitive search (CaseFolder).

INHERITANCE

Top

KinoSearch::Analysis::Analyzer isa KinoSearch::Object::Obj.

COPYRIGHT AND LICENSE

Top


KinoSearch documentation  | view source Contained in the KinoSearch distribution.