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::Type - Type object for Lingua::Features

Constructor

new($id, $values)

Creates and returns a new Lingua::Features::Type object.

$id is the id of the type.

$values is a hash reference of value names indexed by id.

Accessors

$type->id()

Returns the type id.

$type->values()

Returns the values.

$type->value($id)

Returns the value with id $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>