mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-19 08:10:40 -06:00
fix the gender agreement in DetQuantOrd
This commit is contained in:
@@ -15,7 +15,6 @@ concrete ConjunctionRus of Conjunction =
|
||||
preferShort : ShortFormPreference
|
||||
} ;
|
||||
[DAP] = {s1,s2 : DetTable ;
|
||||
g : Gender ;
|
||||
c : Case ;
|
||||
size : NumSize
|
||||
} ;
|
||||
@@ -67,7 +66,6 @@ concrete ConjunctionRus of Conjunction =
|
||||
|
||||
-- : DAP -> DAP -> ListDAP ; --
|
||||
BaseDAP x y = twoTable3 Gender Animacy Case x y ** {
|
||||
g = conjGender x.g y.g ;
|
||||
c = y.c ;
|
||||
size = conjSize x.size y.size ; -- different genders -> plural?
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user