yass-2 1.1.1

Yet another string similarity library
Documentation
1
2
3
4
5
6
7
import strsim.strsim as strsim
from strsim.strsim import *

__doc__ = strsim.__doc__

if hasattr(strsim, "__all__"):
    __all__ = strsim.__all__  # type: ignore