class documentation

A resource identifier with multiple parameters.

Method __init__ init method
Instance Variable language The item's language.
Instance Variable pos The item's part of speech (default None).
Property title The title of this ResourceWithLemmaID.

Inherited from ResourceID:

Method to_synsets Convert the ID to a collection of BabelSynsets.
Instance Variable id ID of a ResourceID.
Instance Variable source Source of the resource ID.
Method __eq__ Undocumented
Method __hash__ Undocumented
Method __lt__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
@abstractmethod
def __init__(self, title, language, source, pos=None):

init method

Parameters
title:strThe item's title.
language:LanguageThe item's language.
source:BabelSenseSourceThe sense source.
pos:Optional[POS]The item's part of speech (default None).
language: Language =

The item's language.

pos: Optional[POS] =

The item's part of speech (default None).

@property
title: str =

The title of this ResourceWithLemmaID.