You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Spellchecking the word Eidt resolves list with distance 2, instead of edit. This is because the check doesn't include simple transpositions.
Describe alternatives you've considered
The current spell check module is newed in the Nlu which means it doesn't even support replacing the spell check module with an alternative. At the very least it should also support getting the spell check from the container
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Spellchecking the word
Eidt
resolveslist
with distance 2, instead ofedit
. This is because the check doesn't include simple transpositions.Describe the solution you'd like
Include at least some of these spell check alternatives, specifically
Damerau–Levenshtein
: https://en.wikipedia.org/wiki/Levenshtein_distance#Relationship_with_other_edit_distance_metricsDescribe alternatives you've considered
The current spell check module is
new
ed in theNlu
which means it doesn't even support replacing the spell check module with an alternative. At the very least it should also support getting the spell check from thecontainer
The text was updated successfully, but these errors were encountered: