Fuzzy String Searching Task
(Redirected from Fuzzy String Search)
Jump to navigation
Jump to search
A Fuzzy String Searching Task is a Computer Science that ...
- AKA: Approximate String Matching.
- See: Substring, String (Computing), Pattern.
References
2018
- (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/Approximate_string_matching Retrieved:2018-3-18.
- In computer science, approximate string matching (often colloquially referred to as fuzzy string searching) is the technique of finding strings that match a pattern approximately (rather than exactly). The problem of approximate string matching is typically divided into two sub-problems: finding approximate substring matches inside a given string and finding dictionary strings that match the pattern approximately.