The get_close_matches() function returns a list of close matched strings. The order of close matched string is based on similarity score, so the most similar string comes first in the list.
python python3 difflib similarity-search get-close-matches get-close-match close-matches closest-match closest-word-search
-
Updated
Jan 16, 2022 - Python