olivebot/ai_module/nlp_cemotion.py
2024-02-21 15:44:42 +08:00

11 lines
162 B
Python

def get_sentiment(c,text):
try:
return c.predict(text)
except BaseException as e:
print("请稍后")
print(e)