
Lingua::ZH::Summary - Extract summary from Chinese text

Version 0.03

Given a Chinese text, it will return the summary. Unlike Lingua-ZH-Summarize, this module depends on term frequency instead of knowledge. If knowledge analysis is required, use Lingua::ZH::Summarize instead.
Perhaps a little code snippet.
use Lingua::ZH::Summary;
my $foo = Lingua::ZH::Summary->new();
my $summary = $foo->summary(<FH> or $text);
...



Lingua::ZH::Toke, Lingua::ZH::Wrap, Lingua::EN::Summary

Cheng-Lung Sung, <clsung at cpan.org>

Please report any bugs or feature requests to bug-lingua-zh-summary at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lingua-ZH-Summary. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Lingua::ZH::Summary
You can also look for information at:

Reference to the Lingua::ZH::Summarize module from Audrey Tang <cpan@audreyt.org>.

Copyright 2007-2009 Cheng-Lung Sung, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.