示例#1
0
        public virtual string feature_constraint(uint pos)
        {
            string ret = MeCabPINVOKE.Lattice_feature_constraint(swigCPtr, pos);

            if (MeCabPINVOKE.SWIGPendingException.Pending)
            {
                throw MeCabPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }