示例#1
0
 public void set_lm(string name, NGramModel lm)
 {
     PocketSphinxPINVOKE.Decoder_set_lm(swigCPtr, name, NGramModel.getCPtr(lm));
 }