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


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

Index


NAME

Top

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

DESCRIPTION

Top

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

Methods

Top

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

Top

Lingua::FeatureMatrix.

HISTORY

Top

0.01

Original version; created by h2xs 1.21 with options

  -CAX
	Lingua::FeatureMatrix::Implicature

AUTHOR

Top

Jeremy Kahn, <kahn@cpan.org>

SEE ALSO

Top

perl.

Lingua::FeatureMatrix.

Lingua::FeatureMatrix::Eme.


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