@创建于:20220220
@修改于:20220220
使用fuzzywuzzy对词进行模糊匹配,提示如下信息。
Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
解决方式:
pip install python-levenshtein
解决fuzzywuzzy模糊匹配警告及Python-Levenshtein安装
@创建于:20220220
@修改于:20220220
使用fuzzywuzzy对词进行模糊匹配,提示如下信息。
Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
解决方式:
pip install python-levenshtein

被折叠的 条评论
为什么被折叠?