• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

etc/H03-May-2022-

examples/H21-Oct-2015-5037

lib/H21-Oct-2015-957356

t/H21-Oct-2015-11896

ChangesH A D21-Oct-20151.6 KiB4132

MANIFESTH A D21-Oct-2015419 1918

META.jsonH A D21-Oct-20151.4 KiB6261

META.ymlH A D21-Oct-2015708 3433

Makefile.PLH A D21-Oct-20151.5 KiB6450

READMEH A D21-Oct-20151.3 KiB5839

README

1HTML::Summary
2=============
3
4Description
5-----------
6
7The HTML::Summary module produces summaries from the textual content of
8web pages. It does so using the location heuristic, which determines the value
9of a given sentence based on its position and status within the document; for
10example, headings, section titles and opening paragraph sentences may be
11favoured over other textual content. A LENGTH option can be used to restrict
12the length of the summary produced.
13
14This distribution contains the HTML::Summary module, and some supporting
15modules. The full list of modules is:
16
17HTML::Summary
18Text::Sentence
19Lingua::JA::Jtruncate
20
21I have bundled these modules together because this is an early release, and I
22am still open to suggestions on changes to the structure / interface.
23
24The HTML::Summary module provides the ability to generate summaries of HTML
25pages.
26
27Copyright
28---------
29
30Copyright (c) 1997 Canon Research Centre Europe (CRE). All rights reserved.
31This script and any associated documentation or files cannot be distributed
32outside of CRE without express prior permission from CRE.
33
34Prerequisites
35-------------
36
37HTML::TreeBuilder
38
39Installation
40------------
41
42> perl Makefile.PL
43> make
44
45... and if you like
46
47> make test
48
49... and then
50
51> make install
52> perldoc HTML::Summary
53
54Author
55------
56
57Ave Wrigley <wrigley@cre.canon.co.uk>
58