class documentation
class BabelVersion(MultiValueEnum):
BabelNet version enumeration.
Class Method | from |
Gets a version of BabelNet from a string |
Class Method | latest |
Return the latest version of BabelNet. |
Constant | LIVE |
Undocumented |
Constant | PRE |
Undocumented |
Constant | UNKNOWN |
Undocumented |
Constant | V2 |
Undocumented |
Constant | V2 |
Undocumented |
Constant | V2 |
Undocumented |
Constant | V2 |
Undocumented |
Constant | V3 |
Undocumented |
Constant | V3 |
Undocumented |
Constant | V3 |
Undocumented |
Constant | V3 |
Undocumented |
Constant | V3 |
Undocumented |
Constant | V4 |
Undocumented |
Constant | V5 |
Undocumented |
Constant | V5 |
Undocumented |
Constant | V5 |
Undocumented |
Property | ordinal |
The ordinal of the version. |
Property | release |
The release date of the version. |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Gets a version of BabelNet from a string
Parameters | |
versionstr | the string to use |
Returns | |
BabelVersion | The version of BabelNet associated to the string passed as input. |