Click here to Skip to main content
15,889,826 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Youtube api in my .Net Application

I would like functionality so that when I enter any misspelled keyword (like names, place, whatever) in a search textbox of my application, at that point I should get response like...

'You entered {misspelled keyword}, did you mean : {possible spelling alternatives}'

How do I implement the 'Did You Mean' and 'Spell checking' search of my application in .Net Web Application?
Posted
Updated 20-Jul-11 2:14am
v2
Comments
Sergey Alexandrovich Kryukov 21-Jul-11 2:42am    
Why it is a problem? How many key words do you plan to have, rough estimate on grand total number?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900