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

Letter -- contains features to describe a single letter

SYNOPSIS

use Letter; # a sample derived class from Lingua::FeatureMatrix
my $matrix = Lingua::FeatureMatrix->new(file => 'lettermatrix.dat',
                                        eme => 'Letter');

$matrix->matchesFeatureClass('d', 'RISER'); # true
$matrix->matchesFeatureClass('l', 'FULLWIDTH'); # false

DESCRIPTION

HISTORY

Long and tortured.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 48:

=back without =over