osa_similarity: Similarity Using OSA

View source: R/RcppExports.R

osa_similarityR Documentation

Similarity Using OSA

Description

Calculates the OSA similarity between two strings.

Usage

osa_similarity(s1, s2, score_cutoff = 0L)

Arguments

s1

A string to compare.

s2

Another string to compare.

score_cutoff

A threshold for the similarity score (default is 0).

Value

An integer representing the OSA similarity.

Examples

osa_similarity("string1", "string2")

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