NAME

Lingua::EN::Segmenter - Abstract base class for text segmentation

SYNOPSIS

Don't directly use this module. Use Lingua::Segmenter::TextTiling instead.

DESCRIPTION

See synopsis.

EXTENDING

Lingua::Segmenter::TextTiling inherits from this module. If you want to segment text using a method other than text tiling, create a different module under Lingua::Segmenter::* and inherit from this module.

AUTHORS

David James <david@jamesgang.com>

SEE ALSO

Lingua::Segmenter::TextTiling, Lingua::Segmenter::Baseline, Lingua::Segmenter::Evaluator

LICENSE

Copyright (c) 2002 David James
All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.