1
0
forked from GitHub/gf-rgl

CompIQuant in Extra for interrogative agreement to NP

This commit is contained in:
aarne
2010-05-03 09:30:53 +00:00
parent 402c81ff83
commit 1e257340ad
3 changed files with 5 additions and 1 deletions

View File

@@ -43,4 +43,6 @@ abstract Extra = Cat ** {
ICompAP : AP -> IComp ; -- "how old"
IAdvAdv : Adv -> IAdv ; -- "how often"
CompIQuant : IQuant -> IComp ; -- which (is it) [agreement to NP]
}