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
HISTORY
AUTHOR
Jeremy Kahn, <kahn@cpan.org>
SEE ALSO
perl.