安装
pip install textblob
我的版本:0.15.3
from textblob import TextBlob
string = "you arr best"
# 此处的 arr 应为 are
TextBlob(string).correct()
安装
pip install textblob
我的版本:0.15.3
from textblob import TextBlob
string = "you arr best"
# 此处的 arr 应为 are
TextBlob(string).correct()