Returns the confidence score of matching 2 names. You must specify the names to be matched.
ros_name_similarity(name1, name2)
ros_make_name()
ros_name_similarity(ros_make_name("Michael Jackson"), ros_make_name("迈克尔·杰克逊"))#> $score #> [1] 0.7933006 #> #>