Guillaume Rousse > Lingua-Features > Lingua::Features::FeatureType

Download:
Lingua-Features-0.3.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

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>