libtext-ngram-perl

Efficient xs-based n-gram spectrum analysis module
  https://metacpan.org/release/Text-Ngram
  0
  no reviews



N-gram analysis is a field in textual analysis which uses sliding window character sequences in order to aid topic analysis, language determination and so on. the n-gram spectrum of a document can be used to compare and filter documents in multiple languages, prepare word prediction networks, and perform spelling correction.

text::ngram provides an efficient xs-based implementation of n-gram spectrum analysis.