func (k KyTea) Destroy() { C.kytea_destroy(k.kytea) }
// 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 }