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

Lingua::FeatureMatrix::Implicature - Owns a single implicature within a Lingua::FeatureMatrix.

DESCRIPTION

Handles a single implicature from a set of known features to provide new information for other features.

Methods

Class Methods

new

Instance Methods

dependsOn

takes another Lingua::FeatureMatrix::Implicature as an argument. Returns whether the implicant (output) of the other implicature could affect the implier (input) of this one.

Used for rule-ordering.

matches

Takes a Lingua::FeatureMatrix::Eme as an argument. Returns whether this implicature would apply to this eme (whether it matches the implier).

apply

Takes a Lingua::FeatureMatrix::Eme as an argument. Sets its features according to the implicature's implicant.

See Also

Lingua::FeatureMatrix.

HISTORY

0.01

Original version; created by h2xs 1.21 with options

  -CAX
        Lingua::FeatureMatrix::Implicature

AUTHOR

Jeremy Kahn, <kahn@cpan.org>

SEE ALSO

perl.

Lingua::FeatureMatrix.

Lingua::FeatureMatrix::Eme.