added full Lexicon and some new languages to the LibraryBrowser grammar

This commit is contained in:
Aarne Ranta
2017-08-21 21:36:03 +03:00
parent d8e24c19da
commit 41ab809c88
8 changed files with 123 additions and 38 deletions
+3 -23
View File
@@ -2,30 +2,10 @@
concrete LibraryBrowserDut of LibraryBrowser =
GrammarDut - [
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
UseCopula
],
LexiconDut [
N, man_N, woman_N, house_N,
N2, brother_N2,
N3, distance_N3,
PN, john_PN, paris_PN,
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
]
** open (S = SyntaxDut) in {
flags startcat = Utt ;
LexiconDut
** open (S = SyntaxDut) in {
lin
i_NP = S.i_NP ;