The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

textpatternstats.pl - Analyse which line based text pattern exists and return some statistics.

VERSION

version 0.003

SYNOPSIS

textpatternstats.pl --file FILE1 --file FILE2 ...

DESCRIPTION

Generate statistics for count difference of text pattern lines between text files.

NAME

textpatternstats.pl - Analyse which line based text pattern exists and return some statistics

OUTPUT

Average column

The average count of the pattern in the given input files.

Deviation column

The deviation to the count of the pattern in the given input files.

Pattern column

The most aggregated pattern (most broad text-piece) for the given average and deviation.

Project

Textoola on github.com

Authors

Sascha Dibbern (sascha@dibbern.info)

AUTHOR

Sascha Dibbern <sacha@dibbern.info>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Sascha Dibbern.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.