olivebot/ai_module/nlp_cemotion.py

11 lines
162 B
Python
Raw Normal View History

2023-12-12 00:03:36 +08:00
def get_sentiment(c,text):
try:
return c.predict(text)
except BaseException as e:
print("请稍后")
print(e)