from cemotion import Cemotion str_text1 = '你好啊' c = Cemotion() print('"', str_text1 , '"\n' , '预测值:{:6f}'.format(c.predict(str_text1) ) , '\n')