同义词识别-nlpWordsyn 返回内容介绍 https://ai.qq.com/doc/nlpbase.shtml ### 使用 public static String sample(TAipNlp client) throws Exception { //参数内容 String text = "今天的天气怎么样"; String result = client.nlpWordsyn(text);//同义词识别 return result; }