View source: R/string_matching.R
| overlap_distance | R Documentation | 
Distance between two strings using weighted overlap of words
overlap_distance(strings1, strings2, split = " ")
| a | set of strings from first corpus | 
| b | set of strings from second corpus | 
| weights | to be given to 'intersection' and 'union' matching distance respectively. If NULL (default), both distances are returned. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.