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