Typo generator

Compliments,

Yesterday, I was strugling with unique implementation of typo generator for openphrases.com. My typo generator works like any typo generator in the market, but it has one unique feature called ‘word variations’. Without this option checked, typo generator works identically with classical typo generators - generates one typo on every character possition. With ‘word variations‘ option checked on, keyword is exploded into separate words. For every word typos are found separetaly, then typos for every separate word are combined together, plus typos for entire multiword string are added. Word variations feature is currently limit to 2 words and the length of the keyword beeing inputed mustn’t be more than 20 characters.

I have already implemented typo generator for Complete keyword analysis (without word variations). I have categorized this new feature (typo generator) as service, so from now you can find it as new item in openphrases services. In a couple of days, I will also implement typo generator into XMLRPC API.

Leave a Reply