mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
experimenting with English VP
This commit is contained in:
14
lib/resource/exper/gf/LexEng.gf
Normal file
14
lib/resource/exper/gf/LexEng.gf
Normal file
@@ -0,0 +1,14 @@
|
||||
concrete LexEng of Lex = CatEng ** open ResEng in {
|
||||
lin
|
||||
walk_V = regV "walk" ;
|
||||
kill_V2 = regV "kill" ** {s2 = []} ;
|
||||
want_VV = regV "want" ** {s2 = "to"} ;
|
||||
|
||||
big_AP = {s = "big"} ;
|
||||
|
||||
i_NP = mkNP "I" "me" "my" Sg P1 ;
|
||||
he_NP = mkNP "he" "him" "his" Sg P3 ;
|
||||
we_NP = mkNP "we" "us" "our" Pl P1 ;
|
||||
|
||||
here_Adv = {s = "here"} ;
|
||||
}
|
||||
Reference in New Issue
Block a user