Esempio n. 1
0
 public ThotLanguageModel(string lmPrefix)
 {
     _handle = Thot.langModel_open(lmPrefix);
 }