Jeremy Kahn > Lingua-FeatureMatrix-0.05 > Lingua::FeatureMatrix::Implicature

Download:
Lingua-FeatureMatrix-0.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

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.