1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/textproc/p5-Text-Ngram/pkg-descr
Mark Linimon 0b69b1da88 With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
2010-12-07 19:35:25 +00:00

13 lines
477 B
Plaintext

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/