textblob 处理文本数据(英文)

安装

pip install textblob

我的版本:0.15.3

from textblob import TextBlob


string = "you arr best"
# 此处的 arr 应为 are

TextBlob(string).correct()

 

posted @ 2021-09-20 14:45  CodeYaSuo  阅读(71)  评论(0编辑  收藏  举报