class documentation

class WordNetVersion(Enum):

View In Hierarchy

A version of WordNet.

Static Method from_string Gets a version of WordNet from a string
Constant OEWN Undocumented
Constant WN_15 Undocumented
Constant WN_16 Undocumented
Constant WN_171 Undocumented
Constant WN_20 Undocumented
Constant WN_2020 Undocumented
Constant WN_21 Undocumented
Constant WN_30 Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
@staticmethod
def from_string(s):

Gets a version of WordNet from a string

Parameters
s:strthe string to use
Returns
WordNetVersionThe version of WordNet associated to the string passed as input.
OEWN: WordNetVersion =

Undocumented

Value
'oewn'
WN_15: WordNetVersion =

Undocumented

Value
'1.5'
WN_16: WordNetVersion =

Undocumented

Value
'1.6'
WN_171: WordNetVersion =

Undocumented

Value
'1.7'
WN_20: WordNetVersion =

Undocumented

Value
'2.0'
WN_2020: WordNetVersion =

Undocumented

Value
'2020'
WN_21: WordNetVersion =

Undocumented

Value
'2.1'
WN_30: WordNetVersion =

Undocumented

Value
'3.0'
def __repr__(self):

Undocumented

def __str__(self):

Undocumented