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

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