Letter - contains features to describe a single letter


Lingua-FeatureMatrix documentation  | view source Contained in the Lingua-FeatureMatrix distribution.

Index


NAME

Top

Letter -- contains features to describe a single letter

SYNOPSIS

Top

  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

Top

HISTORY

Top

Long and tortured.


Lingua-FeatureMatrix documentation  | view source Contained in the Lingua-FeatureMatrix distribution.