同义词识别-nlpWordsyn

返回内容介绍
public static String sample(TAipNlp client) throws Exception {
 //参数内容
  String text = "今天的天气怎么样";
  String result = client.nlpWordsyn(text);//同义词识别
  return result;
}