
Lingua::EN::Semtags::Sentence - a DTO used by Lingua::EN::Semtags::Engine

use Lingua::EN::Semtags::Sentence;

A DTO used by Lingua::EN::Semtags::Engine. Aggregates instances of Lingua::EN::Semtags::LangUnits.
Adds $lunit to $self->{lunits}.
Returns $self->{lunits}.
Returns $self->{phrase_tokens} (a hash ref). The hash is of the following format: {$phrase_token => 1}.
Returns/sets $self->{string}.
Returns $self->{word_tokens} (a hash ref). The hash is of the following format: {$word_token => $pos}.

Lingua::EN::Semtags::Engine, Lingua::EN::Semtags::LangUnit

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.