mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
327 B
Plaintext
6 lines
327 B
Plaintext
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.
|