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
The from similarity.normalized_levenshtein import NormalizedLevenshtein is giving an error that there is no module. Changing it to from strsimpy.normalized_levenshtein import NormalizedLevenshtein worked for me.
The text was updated successfully, but these errors were encountered:
The
from similarity.normalized_levenshtein import NormalizedLevenshtein
is giving an error that there is no module. Changing it tofrom strsimpy.normalized_levenshtein import NormalizedLevenshtein
worked for me.The text was updated successfully, but these errors were encountered: