Python LMF library
 All Classes Namespaces Files Functions Variables
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cpylmflib.pylmflib.morphology.component.Component
 Cpylmflib.pylmflib.mrd.context.Context"Context is a class representing a text string that provides authentic context for the use of the word form managed by the Lemma. This class is to be distinguished from Sense Example." (LMF)
 Cpylmflib.pylmflib.core.definition.Definition"Definition is a class representing a narrative description of a sense. It is provided to help human users understand the meaning of a lexical entry. A Sense instance can have zero to many definitions. Each Definition instance may be associated with zero to many Text Representation instances in order to manage the text defintion in more than one language or script. In addition, the narrative description can be expressed in a different language or script than the one in the Lexical Entry instance." (LMF)
 Cpylmflib.pylmflib.mrd.equivalent.Equivalent"Equivalent is a class representing the translation equivalent of the word form managed by the Lemma class." (LMF)
 CException
 Cpylmflib.pylmflib.utils.error_handling.ErrorBase class for exceptions in this library
 Cpylmflib.pylmflib.utils.error_handling.InputErrorException raised for errors in the input
 Cpylmflib.pylmflib.utils.error_handling.OutputErrorException raised for errors in the output
 Cpylmflib.pylmflib.core.form.Form"Form is an abstract class representing a lexeme, a morphological variant of a lexeme or a morph. The Form class allows subclasses." (LMF)
 Cpylmflib.pylmflib.core.global_information.GlobalInformation"Global Information is a class for administrative information and other general attributes, such as /language coding/ or /script coding/, which are valid for the entire lexical resource." (LMF)
 Cpylmflib.pylmflib.core.lexical_entry.LexicalEntry"Lexical Entry is a class representing a lexeme in a given language and is a container for managing the Form and Sense classes. A Lexical Entry instance can contain one to many different forms and can have from zero to many different senses." (LMF)
 Cpylmflib.pylmflib.core.lexical_resource.LexicalResource"Lexical Resource is a class representing the entire resource and is a container for one or more lexicons. There is only one Lexical Resource instance." (LMF)
 Cpylmflib.pylmflib.core.lexicon.Lexicon"Lexicon is a class containing all the lexical entries of a given language within the entire resource." (LMF)
 Cpylmflib.pylmflib.morphology.list_of_components.ListOfComponents
 Cpylmflib.pylmflib.morphosyntax.paradigm.ParadigmParadigm is a class representing a morphological paradigm
 Cpylmflib.pylmflib.core.representation.Representation"Representation class is an abstract class representing a Unicode string as well as, if needed, the unique attribute-value pairs that describe the specific language, script and orthography." (LMF)
 Cpylmflib.pylmflib.resources.resource.ResourceResource is an abstract class representing a material or a human resource
 Cpylmflib.pylmflib.core.sense.Sense"Sense is a class representing one meaning of a lexical entry. The Sense class allows for hierarchical senses in that a sense may be more specific than another sense of the same lexical entry." (LMF)
 Cpylmflib.pylmflib.core.statement.Statement"Statement is a class representating a narrative description that refines or complements Definition." (LMF)
 Cpylmflib.pylmflib.mrd.subject_field.SubjectField"Subject Field is a class representing a text string that provides domain or status information." (LMF)
 CUserWarning
 Cpylmflib.pylmflib.utils.error_handling.WarningBase class for warnings in this library
 CForm
 Cpylmflib.pylmflib.morphology.lemma.Lemma"Lemma is a Form subclass representing a form chosen by convention to designate the Lexical Entry. The lemma is usually equivalent to one of the inflected forms, the root, stem or compound phrase." (LMF)
 Cpylmflib.pylmflib.morphology.related_form.RelatedForm"Related Form is a Form subclass representing a word form or a morph that can be related to the Lexical Entry. There is no asumption that the Related Form is associated with the Sense class in the Lexical Entry." (LMF)
 Cpylmflib.pylmflib.morphology.stem.Stem"Stem is a Form subclass representing a morph, thus manages the sublexme parts" (LMF)
 Cpylmflib.pylmflib.morphology.word_form.WordForm"Word Form is a Form subclass representing a form that a lexeme can take when used in a sentence or a phrase." (LMF)
 CHumanResource
 Cpylmflib.pylmflib.resources.speaker.SpeakerSpeaker is a HumanResource subclass
 CMaterial
 Cpylmflib.pylmflib.resources.audio.AudioAudio is a Material subclass representing an audio recording
 Cpylmflib.pylmflib.resources.picture.PicturePicture is a Material subclass representing a picture
 Cpylmflib.pylmflib.resources.video.VideoVideo is a Material subclass representing a video
 CRepresentation
 Cpylmflib.pylmflib.core.form_representation.FormRepresentation"Form Representation is a class representing one variant orthography of a Form." (LMF)
 CRepresentation
 Cpylmflib.pylmflib.core.text_representation.TextRepresentation"Text Representation is a class representing the textual content of definition or statement. When there is more than one variant orthography, the Text Representation instance contains a Unicode string representing the textual content as well as unique attribute-value pairs that describe the specific language, script and orthography." (LMF)
 CResource
 Cpylmflib.pylmflib.resources.human_resource.HumanResourceHumanResource is a Resource subclass
 Cpylmflib.pylmflib.resources.material.MaterialMaterial is a Resource subclass