Category¶
-
class
ucca.core.Category(tag, slot=None, layer=None, parent=None)[source]¶ Bases:
objectwhen 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
layerparentslottagMethods Summary
to_xml()Attributes Documentation
-
layer¶
-
parent¶
-
slot¶
-
tag¶
Methods Documentation
-