예제 #1
0
        public virtual int boundary_constraint(uint pos)
        {
            int ret = MeCabPINVOKE.Lattice_boundary_constraint(swigCPtr, pos);

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