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
When we install the package, either from the name in pipy repository or from the github repo, three implemented metrics are not available for usage.
The following snippet is missing from the strsimpy/init.py:
from .jaro_winkler import JaroWinkler
from .longest_common_subsequence import LongestCommonSubsequence
from .overlap_coefficient import OverlapCoefficient