意图成分识别-nlpWordcom 返回内容介绍 https://ai.qq.com/doc/nlpsem.shtml ### 使用 public static String sample(TAipNlp client) throws Exception { //参数内容 String text = "今天深圳的天气怎么样?明天呢"; String result = client.nlpWordcom(text);//意图成分识别 return result; }