mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 22:52:50 -06:00
extended mini resource grammar in examples, with Eng, Ita, Cmn (Mandarin Chinese by Jolene)
This commit is contained in:
12
examples/extmini/Lexicon.gf
Normal file
12
examples/extmini/Lexicon.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
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 ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user