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