J535D165 / recordlinkage

A powerful and modular toolkit for record linkage and duplicate detection in Python
http://recordlinkage.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
966 stars 152 forks source link

add threshold None and label docstrings for String #189

Closed davidggphy closed 1 year ago

davidggphy commented 1 year ago

When using String comparins, it is not evident in the docstring that you don't need to set a threshold. The default value is None, and in case of using it you receibe the float number math metric instead of a 0/1 value. This is stated in the docstring.

Also, label input was not explained in the docstring. So it has been added.