开发者ID:potatochip,项目名称:kojak,代码行数:35,代码来源:text_processors.py 示例2: correctSpelling ▲点赞 7▼ # 需要导入模块: from textblob import TextBlob [as 别名]# 或者: from textblob.TextBlob importcorrect[as 别名]defcorrectSpelling(text):''' Correcting the spelling of the words :param ...