extended mini resource grammar in examples, with Eng, Ita, Cmn (Mandarin Chinese by Jolene)

This commit is contained in:
aarne
2012-08-24 06:30:10 +00:00
parent 57b260508c
commit 2b77d3e0b0
25 changed files with 2668 additions and 0 deletions

View 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 ;
} ;