NAME
Lingua::EN::Segmenter - Subdivide texts into passages that represent subtopics
SYNOPSIS
Don't directly use this module. Use Lingua::EN::Segmenter::TextTiling instead.
DESCRIPTION
See synopsis.
EXTENDING
Lingua::EN::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::EN::Segmenter::* and inherit from this module.
AUTHORS
David James <david@jamesgang.com>
SEE ALSO
Lingua::EN::Segmenter::TextTiling, Lingua::EN::Segmenter::Baseline, Lingua::EN::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.