The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.