Count each n-gram of a string.
a string
n-gram length
Map {gᵢ: count(gᵢ)} | gᵢ = iᵗʰ n-gram
Generated using TypeDoc
Count each n-gram of a string.