The current matching strategy is a bit simplistic in more than one way, but the specific case eivl mentions is more difficult to tackle. We could prioritize matches that contain the word as-is (except for capitalization), which would solve the "explicit" versus "explicitly" problem when looking explicitly for "explicit".
The next bit is that the current fuzzy matching tactic will always return a match; there's no lower bound/threshold below which it simply doesn't return anything. I don't ...








