| Lingua-EN-Semtags-Engine documentation | view source | Contained in the Lingua-EN-Semtags-Engine distribution. |
Lingua::EN::Semtags::LangUnit - a DTO used by Lingua::EN::Semtags::Sentence
use Lingua::EN::Semtags::LangUnit;
A DTO used by Lingua::EN::Semtags::Sentence and
Lingua::EN::Semtags::LangUnit.
Adds $isa to $self->{isas}.
Returns true is this language unit is a phrase.
Returns true if this language unit is a word.
Returns $self->{isas}.
Returns $self->{pos}(a Lingua::EN::Tagger part of speech tag).
Returns $self->{pos} converted into the WordNet::QueryData style tag.
Returns/sets $self->{sense}.
Returns $self->{token}.
Igor Myroshnichenko <igorm@cpan.org>
Copyright (c) 2008, All Rights Reserved.
This software is free software and may be redistributed and/or modified under the same terms as Perl itself.
| Lingua-EN-Semtags-Engine documentation | view source | Contained in the Lingua-EN-Semtags-Engine distribution. |