forked from GitHub/gf-core
LibraryBrowser grammar - another attempt to parse into library terms
This commit is contained in:
22
lib/src/api/libraryBrowser/LibraryBrowserEng.gf
Normal file
22
lib/src/api/libraryBrowser/LibraryBrowserEng.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
--# -path=.:alltenses
|
||||
|
||||
concrete LibraryBrowserEng of LibraryBrowser =
|
||||
GrammarEng -
|
||||
[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],
|
||||
LexiconEng [
|
||||
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
|
||||
]
|
||||
;
|
||||
Reference in New Issue
Block a user