class documentation

class RelationGroup(Enum):

View In Hierarchy

Group of relations (used to bring together relations belonging to the same group).

Method __init__ init method
Constant HOLONYM Undocumented
Constant HYPERNYM Undocumented
Constant HYPONYM Undocumented
Constant MERONYM Undocumented
Constant OTHER Undocumented
Instance Variable ordinal the ordinal of the enum
Method __repr__ Undocumented
Method __str__ Undocumented
def __init__(self, ordinal):

init method

Parameters
ordinal:intthe ordinal
HOLONYM: RelationGroup =

Undocumented

Value
3
HYPERNYM: RelationGroup =

Undocumented

Value
0
HYPONYM: RelationGroup =

Undocumented

Value
1
MERONYM: RelationGroup =

Undocumented

Value
2
OTHER: RelationGroup =

Undocumented

Value
4
ordinal: int =

the ordinal of the enum

def __repr__(self):

Undocumented

def __str__(self):

Undocumented