예제 #1
0
        public string lookup_word(string word)
        {
            string ret = PocketSphinxPINVOKE.Decoder_lookup_word(swigCPtr, word);

            return(ret);
        }