mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
555c7d0e14
XS-based implementation of n-gram spectrum analysis. - currently provide two function: ngram_counts add_to_counts. Approved by: co-mentor (vanilla)
16 lines
515 B
Plaintext
16 lines
515 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/
|
|
|
|
- Cheng-Lung Sung
|
|
clsung@FreeBSD.org
|