专有名词识别-nlpWordner

返回内容介绍
public static String sample(TAipNlp client) throws Exception {
 //参数内容
  String text = "最近张学友在深圳开了一场演唱会";
  String result = client.nlpWordner(text);//专有名词识别
  return result;
}