extract_similar_strings | R Documentation |
Compares a query string to all strings in a list of choices and returns all elements with a similarity score above the score_cutoff.
extract_similar_strings(query, choices, score_cutoff = 50, processor = TRUE)
query |
The query string to compare. |
choices |
A vector of strings to compare against the query. |
score_cutoff |
A numeric value specifying the minimum similarity score (default is 50.0). |
processor |
A boolean indicating whether to preprocess strings before comparison (default is TRUE). |
A data frame containing matched strings and their similarity scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.