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

static methods

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

Returns all defined structure types.

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

Returns structure type $id.

Accessors

$type->id()

Returns the structure type id.

$type->base()

Returns the structure type base as a Lingua::Features::StructureType object.

$type->features()

Returns the structure type features as an hash of feature types indexed by feature ids.

$type->feature_type($id)

Returns type of feature $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>