working on questions

This commit is contained in:
aarne
2005-11-28 15:00:52 +00:00
parent 0fbb2fe27e
commit d66e6fbff4
5 changed files with 59 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ abstract Question = Cat, Sentence ** {
FunIP : N2 -> IP -> IP ;
AdvIP : IP -> Adv -> IP ;
IDetCN : IDet -> Num -> IP ;
IDetCN : IDet -> Num -> CN -> IP ;
}