mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
working on questions
This commit is contained in:
@@ -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} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user