Diagnostic function to examine similarity relationships for a specific kanji and help troubleshoot network connectivity issues.
Examples
if (FALSE) { # \dontrun{
# Debug why Water isn't connecting to all expected similar kanji
wk_debug_kanji_similarity(kanji_resolved, "Water",
expected_similar = c("泳", "球", "永", "氷", "求"))
} # }