Learn R Programming

covfefe (version 1.0.0)

detect_typo_type: Detect likely typo type

Description

Detect likely typo type

Usage

detect_typo_type(typo, intended = NULL)

Value

List with possible_types and confidence scores

Arguments

typo

Character. The typo'd word

intended

Character. The intended word (if known)

Examples

Run this code
detect_typo_type("tesy", "test")

Run the code above in your browser using DataLab