Skip to content

Calculates the maximum ratio of partial_token_set_ratio and partial_token_sort_ratio.

Usage

fuzz_partial_token_ratio(s1, s2, score_cutoff = 0)

Arguments

s1

First string.

s2

Second string.

score_cutoff

Optional score cutoff threshold (default: 0.0).

Value

A double representing the combined partial token ratio between the two strings.

Examples

fuzz_partial_token_ratio("fuzzy wuzzy was a bear", "wuzzy fuzzy was a bear")
#> [1] 100