pyufunc.find_similar_str#
- pyufunc.find_similar_str(*args, **kwargs)#
Forward to
pyhelpers.text.find_similar_str.- Parameters:
*args – Positional arguments passed to
pyhelpers.text.find_similar_str.**kwargs – Keyword arguments passed to
pyhelpers.text.find_similar_str.
Note
Source package:
pyhelpers.Source repository: mikeqfu/pyhelpers
Source document: https://pyhelpers.readthedocs.io/
Source license: MIT License.
Example
>>> find_similar_str("appel", ["apple", "pear"])
- Returns:
Return value from
pyhelpers.text.find_similar_str.- Return type:
Any