mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
13 lines
259 B
Plaintext
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 ;
|
|
|
|
} ;
|