forked from GitHub/gf-rgl
replaced German Agr record by an algebraic type
This commit is contained in:
@@ -10,7 +10,7 @@ concrete ConjunctionGer of Conjunction =
|
||||
ConjAdv conj ss = conjunctDistrSS conj ss ;
|
||||
|
||||
ConjNP conj ss = conjunctDistrTable Case conj ss ** {
|
||||
a = {g = Fem ; n = conjNumber conj.n ss.a.n ; p = ss.a.p}
|
||||
a = Ag Fem (conjNumber conj.n (numberAgr ss.a)) (personAgr ss.a)
|
||||
} ;
|
||||
|
||||
ConjAP conj ss = conjunctDistrTable AForm conj ss ** {
|
||||
|
||||
Reference in New Issue
Block a user