The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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, 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>