예제 #1
0
 public void add_word(string word, string phones, int update)
 {
     PocketSphinxPINVOKE.Decoder_add_word(swigCPtr, word, phones, update);
 }