I'm having a very weird issue with fuzzy matching, which goes against everything I know about fuzzy matching.
I have narrowed down my issue to two entries that should be matching but aren't. I can get them to match through the method shown here: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Fuzzy-Fiasco/m-p/325203#M59117 but it doesn't make sense that they aren't matching to begin with.
Can anybody help me understand why if I have:
Row ID | Word | Group |
| 1 | GST Expense | A |
| 2 | GST Expenses | B |
I can't get the fuzzy match tool to return these two as matching? The configuration that makes most sense to me is:

But this doesn't return a match. I'd like to understand a bit better why it doesn't.
Thanks!