python-Levenshtein包的一些用法总结
#! /usr/bin/python# -*- coding: utf8 -*-# @Time : 2018/8/30 10:11# @Author : yukang from Levenshtein import * # 个人总结的 关于 Levenshtein 所有函数的用法 和 注释apply_edit() #根据第一个参数editop...