Files
gf-core/examples/extmini/Lexicon.gf

13 lines
259 B
Plaintext

abstract Lexicon = Grammar ** {
fun
man_N, woman_N, house_N, tree_N : N ;
big_A, small_A, green_A : A ;
walk_V, arrive_V, sleep_V : V ;
love_V2, please_V2, look_V2 : V2 ;
believe_VS, know_VS : VS ;
wonder_VQ : VQ ;
john_PN, mary_PN : PN ;
} ;