The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Phone -- an example 'Eme' class. See Lingua::FeatureMatrix.

DESCRIPTION

Distributed with Lingua::FeatureMatrix as a sample class derived from Lingua::FeatureMatrix::Eme.

(It's a Phone Eme, get it?)

Altering for your own use

The most likely change you will probably want to make is to alter the featureset supported by this file. To do so at minimal edit distance, change the file-scoped array @featureList. Make sure it is still inside the BEGIN block so that the Class::MethodMaker calls will still pick up the right values.

See Also

Lingua::FeatureMatrix, which can be used to create tables of feature behavior.

Lingua::FeatureMatrix::Eme, of which this is a subclass.

Graph. (a different Lingua::FeatureMatrix::Eme subclass).

Author

This file began life as an example file by Jeremy Kahn kahn@cpan.org.

HISTORY

This began life as a sample class distributed with Lingua::FeatureMatrix, distributed under the same terms as Perl itself.

Copyright

You are free to copy this class and do absolutely anything with it. It would be nice if you credited the original author, but it's not required.

What you have made of it since then is not the responsibility of the Management.

Note that its parent class (Lingua::FeatureMatrix::Eme) is licensed under the same terms as Perl itself.