Sense¶
-
class
LexData.Sense(repo: LexData.wikidatasession.WikidataSession, form: Dict)¶ Bases:
LexData.entity.EntityWrapper around a dict to represent a Sense
-
glosse(lang: str = 'en') → str¶ The gloss of the text in the specified language is available, otherwise in englisch, and if that’s not set too in an arbitrary set language
- Parameters
lang (str) – language code of the wished language
- Return type
str
-