ngrams(3pm) | User Contributed Perl Documentation | ngrams(3pm) |
ngrams - Compute the ngram frequencies and produce tables to the stdout.
ngram [--version] [--help] [--n=3] [--normalize] [--type=TYPE] [--orderby=ORD] [--onlyfirst=N] [input files]
This script produces n-grams tables of the input files to the standard output.
Options:
Text::Ngrams, Getopt::Long
Text::Statistics
N-gram analysis for various kinds of n-grams (character, words, bytes, utf8, and user-defined). Based on Text::Ngrams module.
Text::Ngrams module.
Copyright 2003-2017 Vlado Keselj http://web.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://web.cs.dal.ca/~vlado/srcperl/.
2017-11-12 | perl v5.26.1 |