class documentation

class LabelTag(Tag):

View In Hierarchy

A label tag associated to a BabelSynset.

Class Variable label The string tag
Class Variable language The language of the tag
Property value Returns the tag value.
Method __repr__ Undocumented
label: str =

The string tag

The language of the tag

@property
value: str =

Returns the tag value.

def __repr__(self):

Undocumented