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

@@ -1,4 +1,5 @@
concrete LexEng of Lex = CatEng ** open ResEng in {
lin
walk_V = regV "walk" ;
kill_V2 = regV "kill" ** {c2 = []} ;
@@ -24,4 +25,8 @@ concrete LexEng of Lex = CatEng ** open ResEng in {
whoSg_IP = mkIP "who" "whom" "whose" Sg ;
whoPl_IP = mkIP "who" "whom" "whose" Pl ;
when_IAdv = {s = "when"} ;
whichSg_IDet = {s = "which" ; n = Sg} ;
}