예제 #1
0
        public virtual Node begin_nodes(uint pos)
        {
            IntPtr cPtr = MeCabPINVOKE.Lattice_begin_nodes(swigCPtr, pos);
            Node   ret  = (cPtr == IntPtr.Zero) ? null : new Node(cPtr, false);

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