public virtual string sentence() { string ret = MeCabPINVOKE.Lattice_sentence(swigCPtr); if (MeCabPINVOKE.SWIGPendingException.Pending) { throw MeCabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }