c# - Ideas for creating a "Did you mean XYZ" feature into website -


I want to give users the ability to search through a large list of businesses, but still get the matches Could.

Does anyone have a suggestion about this when you are not targeting the simple dictionary word, but instead the complex name is ABC Business Name?

Regards.

See Wikipedia article

I found an example for you in C # is.

In addition, Google's Peter Norwich is an example of spelling correction. It was said on some podcasts that John Skeet attempted to rewrite this algorithm in C #. Not sure if they completed it and / or made it publicly available.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -