get_features | R Documentation |
Generate string distance metrics for all combinations of two vectors
get_features(string1, string2)
string1 |
A character vector |
string2 |
A character vector |
A data frame of rows length(string1) * length(string2) with columns for each string distance metric
get_features(string1 = c("hello", "goodbye"), string2 = c("alpha", "beta"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.