Category

class ucca.core.Category(tag, slot=None, layer=None, parent=None)[source]

Bases: object

when considering refinement layers, each edge can have multiple tags sorted in a certain hierarchy. for this reason, a category must include not only the tag information but also the layer and hierarchy information.

Attributes Summary

layer
parent
slot
tag

Methods Summary

to_xml()

Attributes Documentation

layer
parent
slot
tag

Methods Documentation

to_xml()[source]