Lingua::Features::StructureType.3pm

Langue: en

Version: 2006-08-22 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

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