class documentation
class SynsetType(Enum):
A kind of Synset -- namely, named entity, concept or unknown.
| Constant | CONCEPT |
A concept is an abstraction or generalization from experience. |
| Constant | NAMED |
Named Entity is a word that clearly identifies one item. |
| Constant | UNKNOWN |
Unknown. |
| Property | value |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | __str__ |
Undocumented |
NAMED_ENTITY:
SynsetType =
Named Entity is a word that clearly identifies one item.
| Value |
|