blob: 0bc6ac6ffd54de72b208c6bb9d5e13380fb451ad (
plain) (
blame)
1
2
3
4
5
6
7
|
Text::Ngrams - Flexible Ngram analysis (for characters, words, and more)
This module implement text n-gram analysis, supporting several types of
analysis, including character and word n-grams.
The module can be used from the command line through the script ngrams.pl
provided with the package.
|