I have two lines (they will be descriptions in a simple database after all), let them say that they
- String A: "Jimmy buffet apple orange coffee lime"
- String B: "Car Bike Skateboard"
What I'm looking for is this. I want a function that will have the input "cocnut" and the output will be "String A"
We may have differences in capitalization, and spelling will not always be in place. The goal is a quick and dirty search if you do.
Is there any .net (or third-party) or recommend "similarity algorithms" for strings, so I can check that the input has a "pretty close fragment" and returns it? My database will contain 50 records, top parts.
source share