1
0
forked from GitHub/gf-core

LibraryBrowser grammar - another attempt to parse into library terms

This commit is contained in:
aarne
2012-05-30 08:30:49 +00:00
parent a4650144be
commit 7e467eb431
6 changed files with 880 additions and 83 deletions

View File

@@ -0,0 +1,22 @@
abstract LibraryBrowser =
Grammar -
[n2,n3,n4,n5,n6,n7,n8,D_0,D_1,D_2,D_3,D_4,D_5,D_6,D_7,D_8,UseCopula],
Lexicon [
N, man_N, woman_N, house_N,
N2, brother_N2,
A, old_A, young_A, red_A,
A2, married_A2,
V, sleep_V, walk_V,
V2, love_V2,
V3, give_V3,
VA, become_VA,
VS, know_VS,
VQ, wonder_VQ,
V2V, beg_V2V,
V2A, paint_V2A,
V2S, answer_V2S,
V2Q, ask_V2Q
]
** {
flags startcat = Utt ;
}