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

NAME

Lingua::Features::FeatureType - FeatureType object for Lingua::Features

static methods

Lingua::Features::FeatureType->types()

Returns all defined feature types.

Lingua::Features::FeatureType->type($id)

Returns feature type $id.

Accessors

$type->id()

Returns the feature type id.

$type->values()

Returns the feature type values an array.

$type->value_name($id)

Returns name of value $id.

COPYRIGHT AND LICENSE

Copyright (C) 2004-2006, INRIA.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Guillaume Rousse <grousse@cpan.org>