LetterCounts¶
Returns an association mapping each letter to its number of occurrences.
With a second argument it counts letter n-grams; non-letters break the window.
A list of strings threads, giving one association per string.
LetterCounts¶Returns an association mapping each letter to its number of occurrences.
With a second argument it counts letter n-grams; non-letters break the window.
A list of strings threads, giving one association per string.