NAME
ngrams - Compute the ngram frequencies and produce tables to the stdout.
SYNOPIS
ngram [--version] [--help] [--n=3] [--type=character] [--orderbyfrequency] [input files]
DESCRIPTION
This script produces n-grams tables of the input files to the standard ouput.
Options: =over 4 =item --version
Prints version.
- --help
-
Prints help.
- --n=NUMBER
-
N-gram size, produces 3-grams by default.
- --type=character|byte|word
-
Type of n-grams produces. See Text::Ngrams module.
- --orderbyfrequency
-
By default, the n-grams are ordered lexicographically. If this option is specified, then they are ordered by frequency in descending order.
PREREQUISITES
Text::Ngrams, Getopt::Long
SCRIPT CATEGORIES
Text::Statistics
SEE ALSO
Text::Ngrams module.
COPYRIGHT
Copyright 2003 Vlado Keselj http://www.cs.dal.ca/~vlado
This module is provided "as is" without expressed or implied warranty. This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The latest version can be found at http://www.cs.dal.ca/~vlado/srcperl/.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 80:
'=item' outside of any '=over'
- Around line 97:
You forgot a '=back' before '=head1'