Add LibraryBrowserIta. Add mkQuant, mkDet to MakeStructuralIta.

This commit is contained in:
John J. Camilleri
2017-12-08 14:09:47 +01:00
parent 2aaecd8927
commit 13330bd983
2 changed files with 82 additions and 5 deletions

View File

@@ -0,0 +1,24 @@
--# -path=.:alltenses
concrete LibraryBrowserIta of LibraryBrowser =
GrammarIta - [
UseCopula
],
LexiconIta
** open (S = SyntaxIta) 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 ;
}