postfix_normalized_distance: Normalized Postfix Distance

View source: R/RcppExports.R

postfix_normalized_distanceR Documentation

Normalized Postfix Distance

Description

Calculates the normalized distance between the postfixes of two strings.

Usage

postfix_normalized_distance(s1, s2, score_cutoff = 1)

Arguments

s1

A string to compare.

s2

Another string to compare.

score_cutoff

A threshold for the normalized distance score (default is 1.0).

Value

A double representing the normalized postfix distance.

Examples

postfix_normalized_distance("string1", "string2")

RapidFuzz documentation built on April 3, 2025, 11:52 p.m.