1
0
forked from GitHub/gf-rgl

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

View File

@@ -0,0 +1,25 @@
--# -path=.:alltenses
concrete LibraryBrowserSwe of LibraryBrowser =
GrammarSwe - [
UseCopula
],
LexiconSwe
** open (S = SyntaxSwe) in {
lin
i_NP = S.i_NP ;
you_NP = S.you_NP ;
he_NP = S.he_NP ;
she_NP = S.she_NP ;
we_NP = S.we_NP ;
youPl_NP = S.youPl_NP ;
youPol_NP = S.youPol_NP ;
they_NP = S.they_NP ;
a_Det = S.mkDet S.a_Quant ;
the_Det = S.mkDet S.the_Quant ;
aPl_Det = S.mkDet S.a_Quant S.plNum ;
thePl_Det = S.mkDet S.the_Quant S.plNum ;
}