freebsd-ports/textproc/p5-Text-Ngram/pkg-descr
Dmitry Marakasov 1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00

12 lines
473 B
Text

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.
WWW: http://search.cpan.org/dist/Text-Ngram/