Ejemplo n.º 1
0
func (k KyTea) Destroy() {
	C.kytea_destroy(k.kytea)
}
Ejemplo n.º 2
0
// Destroy frees the allocated C object.
func (t *Tagger) Destroy() {
	C.kytea_destroy(t.rep)
	C.kytea_config_destroy(t.config)
	t.rep = nil
	t.config = nil
}