2004-11-04 04:23:33 +01:00
|
|
|
Text-Ngram
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
This module provides an efficient XS-based implementation of n-gram
|
|
|
|
spectrum analysis.
|
|
|
|
|
2013-08-29 06:08:53 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Text-Ngram/
|