| Included libraries | Package variables | General documentation | Methods |
| Package variables | Top |
| No package variables defined. |
| Included modules | Top |
| Carp |
| Clair::SentenceSegmenter::SentenceSegmenter |
| Clair::Utils::MxTerminator |
| Inherit | Top |
| Clair::SentenceSegmenter::SentenceSegmenter |
| Synopsis | Top |
| Description | Top |
| Methods | Top |
| new | No description | Code |
| split_sentences | No description | Code |
| new | description | prev | next | Top |
sub new
{my $class = shift; my %params = @_; # Instantiate our base class/create representation} |
| split_sentences | description | prev | next | Top |
sub split_sentences
{ my $self = shift;
my $text = shift;
# print "MxTerminator, splitting.\n";} |