class documentation

class SynsetType(Enum):

View In Hierarchy

A kind of Synset -- namely, named entity, concept or unknown.

Constant CONCEPT A concept is an abstraction or generalization from experience.
Constant NAMED_ENTITY Named Entity is a word that clearly identifies one item.
Constant UNKNOWN Unknown.
Property value Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
CONCEPT: SynsetType =

A concept is an abstraction or generalization from experience.

Value
'Concept'
NAMED_ENTITY: SynsetType =

Named Entity is a word that clearly identifies one item.

Value
'Named Entity'
UNKNOWN: SynsetType =

Unknown.

Value
'Unknown'
@property
value: SynsetType =

Undocumented

def __repr__(self):

Undocumented

def __str__(self):

Undocumented