-
-
Notifications
You must be signed in to change notification settings - Fork 617
Open
Description
should be fixed at ec19c5b
Originally posted by @tomatolog in #271
I'm running into the same problem referenced in the original issue linked. I noticed when trying to match "Geroge" to "George", you don't get any hits because neither "GER" or "OGE" match "GEO RGE". In the original issue, the solution was to convert strings that are 5 characters or less into bigrams instead of trigrams. I'm wondering if bigrams should be done on even larger words up to maybe 6-8 characters? I suppose it depends on if there is a big performance or resources hit for bigrams vs trigrams?
Metadata
Metadata
Assignees
Labels
No labels