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