List the neighbors of a character string by Levenshtein distance.
列出一个字符串的邻居Levenshtein距离。
用法----------Usage----------
levenshtein.neighbors(source, targets)
参数----------Arguments----------
参数:source
A character string.
一个字符串。
参数:targets
Potential Levenshtein neighbors. Must be of type character, or convertible to type character with as.character.
潜在的莱文斯坦邻居。必须是类型character,或转换为键入characteras.character。