func (l Lattice) Sentence() string { return C.GoString(C.mecab_lattice_get_sentence(l.lattice)) }
// GetSentence is a method to return sentence func (l *Lattice) GetSentence() string { return C.GoString(C.mecab_lattice_get_sentence(l.toMecabLatticeT())) }