fixed agreement to deal with Gender in exper/english

This commit is contained in:
aarne
2008-04-22 11:00:52 +00:00
parent 7e29773e50
commit b286c625a4
10 changed files with 83 additions and 60 deletions

View File

@@ -12,10 +12,10 @@ concrete ConjunctionEng of Conjunction =
DConjAdv = conjunctDistrSS ;
ConjNP conj ss = conjunctTable Case conj ss ** {
a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p ; g = ss.a.g}
a = conjAgr (agrP3 conj.n) ss.a
} ;
DConjNP conj ss = conjunctDistrTable Case conj ss ** {
a = {n = conjNumber conj.n ss.a.n ; p = ss.a.p ; g = ss.a.g}
a = conjAgr (agrP3 conj.n) ss.a
} ;
ConjAP conj ss = conjunctTable Agr conj ss ** {