Returns the confidence score of matching 2 names. You must specify the names to be matched.

ros_name_similarity(name1, name2)

Arguments

name1, name2
a name object constructed by a call to ros_make_name()

Examples

ros_name_similarity(ros_make_name("Michael Jackson"), ros_make_name("迈克尔·杰克逊"))
#> $score #> [1] 0.7933006 #> #>