[][src]Module fuzzywuzzy::fuzz

Functions

partial_ratio

Return the ratio of the most similar substring as a number between 0 and 100.

partial_token_set_ratio
partial_token_sort_ratio

Return the ratio of the most similar substring as a number between 0 and 100, but sort the token before comparing.

qratio

Quick ratio comparison between two strings.

ratio
token_set_ratio
token_sort_ratio

Return a measure of the sequences' similarity between 0 and 100, but sort the token before comparing.

uqratio
uwratio
wratio

Return a measure of the sequences' similarity between 0 and 100, using different algorithms.