Y
Hacker News
new
|
ask
|
show
|
jobs
by
sidmitra
697 days ago
>frequency of character triples
What are character triples? Are they trigrams?
1 comments
hugodutka
697 days ago
I think so. I'd normalize the text first: lowercase it and remove all non-alphanumeric characters. E.g for the phrase "What now?" I'd create these trigrams: wha, hat, atn, tno, now.
link