powered by
Analyse a typo and suggests the closest names.
error_correction_propostion(asked_objet, method = "jaccard", n = 2)
A character vector with the closest neighbors, or `character(0)` if no valid input is provided.
The R name producing an error.
Method for distance calculation. The default is "jaccard", see [stringdist::stringdist-metrics].
Number of corrections to suggest (default: 2).
error_correction_propostion("iri") error_correction_propostion("view")
Run the code above in your browser using DataLab