2003-12-28 01:12:31 +01:00
|
|
|
Text::Ngrams - Flexible Ngram analysis (for characters, words, and more)
|
|
|
|
|
2016-05-19 12:53:05 +02:00
|
|
|
This module implement text n-gram analysis, supporting several types of
|
2003-12-28 01:12:31 +01:00
|
|
|
analysis, including character and word n-grams.
|
|
|
|
|
2016-05-19 12:53:05 +02:00
|
|
|
The module can be used from the command line through the script ngrams.pl
|
2003-12-28 01:12:31 +01:00
|
|
|
provided with the package.
|
|
|
|
|
2011-10-24 11:11:38 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Text-Ngrams/
|