mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
(Ger) Corrections in Cat, Res, Lexicon, Structural, Morpho, Paradigms and Questions
This commit is contained in:
@@ -26,10 +26,11 @@ concrete CatGer of Cat =
|
||||
-- Question
|
||||
|
||||
QCl = {s : Mood => ResGer.Tense => Anteriority => Polarity => QForm => Str} ;
|
||||
IP = {s : Case => Str ; n : Number} ;
|
||||
|
||||
IP = {s : Case => Str ; a : GenNum ; isPron : Bool} ;
|
||||
IComp = {s : Agr => Str ; ext : Str} ;
|
||||
IDet = {s : Gender => Case => Str ; n : Number} ;
|
||||
IQuant = {s : GenNum => Case => Str} ;
|
||||
IDet = {s : Gender => Case => Str ; n : Number ; a : Adjf} ;
|
||||
IQuant = {s : GenNum => Case => Str ; a : Adjf} ;
|
||||
|
||||
-- Relative
|
||||
|
||||
@@ -114,7 +115,7 @@ concrete CatGer of Cat =
|
||||
GN = {s : Case => Str; g : Sex} ;
|
||||
SN = {s : Sex => Case => Str} ;
|
||||
PN = {s : Case => Str; g : Gender; n : Number} ;
|
||||
LN = {s : Adjf => Case => Str; hasArt : Bool; g : Gender; n : Number} ;
|
||||
LN = {s : Adjf => Case => Str; hasDefArt : Bool; g : Gender; n : Number} ;
|
||||
|
||||
-- tense with possibility to choose conjunctive forms
|
||||
|
||||
|
||||
Reference in New Issue
Block a user