public static void Dnnlm() { var nlp = new Nlp.Nlp("Api Key", "Secret Key"); var result = nlp.DNN_LM_Cn("今天天气不错"); Console.Write(result); }
public static void Dnnlm() { var nlp = new Nlp.Nlp(Config.clientId, Config.clientSecret); var result = nlp.DNN_LM_Cn("今天天气不错"); Console.Write(result); }
public void Dnnlm() { var result = nlp.DNN_LM_Cn("今天天气不错"); Console.Write(result); }