The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

    # Abstract base class.

DESCRIPTION

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 (RegexTokenizer), or it might perform case folding to facilitate case-insensitive search (Normalizer).

INHERITANCE

Lucy::Analysis::Analyzer isa Clownfish::Obj.