Statistics-Burst version 0.01
=============================

BURST Implementation.
Statistics::Burst  is a perl implementation of  Kleinberg's Word
Bursts algorithm.  The paper describing the algorithm is
located at http://www.cs.cornell.edu/home/kleinber/bhs.pdf.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install



COPYRIGHT AND LICENSE

Put the correct copyright and licence information here.

Copyright (C) 2004 by A. U. T

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.