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

Plucene::Plugin::Analyzer::MetaphoneFilter - Metaphone filter on the token stream

SYNOPSIS

        # isa Plucene::Analysis:::TokenFilter
        
        my $token = $metaphone_filter->next;

DESCRIPTION

This class transforms the token stream as per the Metaphone algorithm.

You can find more information on the Metaphone algorithm at Text::Metaphone

METHODS

next

        my $token = $metaphone_filter->next;

Returns the next input token, after being metaphoned.