class documentation
class _InternalBabelSynsetID(BabelSynsetID):
Internal version of a BabelSynsetID
| Method | __init__ |
init method |
| Property | babel |
Return the BabelLicense associated with the given ID. |
| Property | is |
True if the SynsetID is valid, False otherwise |
Inherited from BabelSynsetID:
| Method | to |
From a lightweight BabelSynsetID, create the corresponding BabelSynset. |
| Property | outgoing |
The edges (BabelSynsetRelations) which connect the current synset. |
| Constant | _BABELNET |
The BabelNet ID prefix (int). |
| Constant | _BABELNET |
The BabelNet ID prefix (str). |
| Constant | _WORDATLAS |
The WordAtlas ID length e.g: wa:tqlms5n |
| Constant | _WORDATLAS |
The WordAtlas ID prefix (str). |
Inherited from SynsetID (via BabelSynsetID):
| Instance Variable | pos |
the POS |
| Property | simple |
The offset without prefix (e.g. `wn:` or `bn:`). |
Inherited from ResourceID (via BabelSynsetID, SynsetID):
| Method | to |
Convert the ID to a collection of BabelSynsets. |
| Instance Variable | id |
ID of a ResourceID. |
| Instance Variable | language |
Language of the resource ID, if available. |
| Instance Variable | source |
Source of the resource ID. |
| Method | __eq__ |
Undocumented |
| Method | __hash__ |
Undocumented |
| Method | __lt__ |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | __str__ |
Undocumented |