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


Lingua-ZH-Summary documentation  | view source Contained in the Lingua-ZH-Summary distribution.

Index


NAME

Top

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

VERSION

Top

Version 0.03

SYNOPSIS

Top

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);
    ...

METHODS

Top

new

FUNCTIONS

Top

summary

SEE ALSO

Top

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

AUTHOR

Top

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

BUGS

Top

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.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Lingua::ZH::Summary

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Lingua-ZH-Summary

* CPAN Ratings

http://cpanratings.perl.org/d/Lingua-ZH-Summary

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Lingua-ZH-Summary

* Search CPAN

http://search.cpan.org/dist/Lingua-ZH-Summary

ACKNOWLEDGEMENTS

Top

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

COPYRIGHT & LICENSE

Top


Lingua-ZH-Summary documentation  | view source Contained in the Lingua-ZH-Summary distribution.