NAME
Lingua::Features::Feature - Feature object for Lingua::Features
Constructor
new($id, $type)
Creates and returns a new Lingua::Features::Feature
object.
$id is the id of the feature.
$type is the type of the feature.
Accessors
$feature->id()
Returns the id.
$feature->type()
Returns the type.
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>