pip install textblob python from textblob import TextBlob blob = TextBlob(text) translated_text = blob.translate(to='en') print(translated_text) python from textblob import TextBlob blob = TextBlob(text) sentiment_score = blob.sentiment.polarity print(sentiment_score)


上一篇:
下一篇:
切换中文