情感分析识别-nlpTextpolar

返回内容介绍
public static String sample(TAipNlp client) throws Exception {
 //参数内容
  String text = "小帅很帅";
  String result = client.nlpTextpolar(text);//情感分析识别
  return result;
}