public static void SimNet() { var nlp = new Nlp.Nlp("Api Key", "Secret Key"); var result = nlp.Simnet("你好百度", "你好世界"); Console.Write(result); }
public static void SimNet() { var nlp = new Nlp.Nlp(Config.clientId, Config.clientSecret); var result = nlp.Simnet("你好百度", "你好世界"); Console.Write(result); }
public void SimNet() { var result = nlp.Simnet("你好百度", "你好世界"); Console.Write(result); }