David James > Lingua-EN-Segmenter > Lingua::EN::Segmenter

Download:
Lingua-EN-Segmenter-0.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  0
View Bugs
Report a bug
Module Version: 0.1   Source  

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 <splice@cpan.org>

SEE ALSO ^

Lingua::EN::Segmenter::TextTiling, Lingua::EN::Segmenter::Baseline, Lingua::EN::Segmenter::Evaluator, http://www.cs.toronto.edu/~james

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.