Safe Haskell | None |
---|
A data type hierarchy provided by this module mirrors the hierarchy of elements present in the original, LMF representation of the historical dictionary of Polish.
- data Repr = Repr {}
- class HasRepr t where
- text :: HasRepr t => t -> [Text]
- newtype WordForm = WordForm [Repr]
- newtype Lemma = Lemma [Repr]
- data RelForm = RelForm {}
- newtype Definition = Definition [Repr]
- newtype Context = Context [Repr]
- data SynBehaviour = SynBehaviour {
- synRepr :: [Repr]
- synSenseIds :: [Text]
- data Sense = Sense {}
- data LexEntry = LexEntry {}
Documentation
Written representation of a form or a text.
A class of objects with a written representation.
A word form.
A lemma (base) form.
A related form.
newtype Definition Source
A definition of the lexeme sense.
A context in which a given sense is illustrated.
data SynBehaviour Source
A description of a syntactic behaviour.
SynBehaviour | |
|
A potential sense of a given lexeme.
A description of a lexeme.
LexEntry | |
|