intuit / fuzzy-matcher

A Java library to determine probability of objects being similar.
Apache License 2.0
226 stars 69 forks source link

Matching On Single Word #48

Closed astout401 closed 3 years ago

astout401 commented 3 years ago

Hello, using the documented example, if I were to search on "Stephen" instead of "Stephen Wlkson", I get no matches returned. Is there a way to search so that a single word is matched to elements that are multiple words?