Monge-Elkan string similarity
1 | monge_elkan(A, B, split = " ", sim = "jw", p = 0.1)
|
A |
String to be compared |
B |
String to be compared |
split |
Character to be used to split A and B (Default: " ") |
sim |
Similatity method for intra-token distance (Default: "jw") |
p |
Jaro-Winkler penalty (Default: 0.1) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.