fuzz_ratio {RapidFuzz}R Documentation

Simple Ratio Calculation

Description

Calculates a simple ratio between two strings.

Usage

fuzz_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 ratio between the two strings.

Examples

fuzz_ratio("this is a test", "this is a test!")

[Package RapidFuzz version 1.0 Index]