class documentation
class FrameNetID(ResourceID):
A resource identifier with the specified FrameNet resource id.
Example of FrameNetID:
rid = FrameNet('4183')
| Method | __init__ |
init method |
Inherited from ResourceID:
| 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 | pos |
POS 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 |
def __init__(self, id_str):
overrides
babelnet.resources.ResourceID.__init__init method
| Parameters | |
idstr | ID of the resource. |