mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 12:42:50 -06:00
experimenting with English VP
This commit is contained in:
12
lib/resource/exper/gf/Lex.gf
Normal file
12
lib/resource/exper/gf/Lex.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
abstract Lex = Cat ** {
|
||||
fun
|
||||
walk_V : V ;
|
||||
kill_V2 : V2 ;
|
||||
want_VV : VV ;
|
||||
|
||||
big_AP : AP ;
|
||||
|
||||
i_NP, he_NP, we_NP : NP ;
|
||||
|
||||
here_Adv : Adv ;
|
||||
}
|
||||
Reference in New Issue
Block a user