forked from GitHub/gf-rgl
added full Lexicon and some new languages to the LibraryBrowser grammar
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
|
||||
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,
|
||||
UsePron, IndefArt, DefArt, Use2N3, Use3N3
|
||||
--- 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
|
||||
--- ,UsePron, IndefArt, DefArt, Use2N3, Use3N3
|
||||
],
|
||||
LexiconEng [
|
||||
LexiconEng
|
||||
{-
|
||||
[
|
||||
N, man_N, woman_N, house_N,
|
||||
N2, brother_N2,
|
||||
N3, distance_N3,
|
||||
@@ -23,10 +25,10 @@ concrete LibraryBrowserEng of LibraryBrowser =
|
||||
V2A, paint_V2A,
|
||||
V2S, answer_V2S,
|
||||
V2Q, ask_V2Q
|
||||
]
|
||||
]
|
||||
-}
|
||||
** open (S = SyntaxEng) in {
|
||||
flags startcat = Utt ;
|
||||
|
||||
|
||||
lin
|
||||
i_NP = S.i_NP ;
|
||||
you_NP = S.you_NP ;
|
||||
|
||||
Reference in New Issue
Block a user