class documentation
class RelationGroup(Enum):
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 |