1
0
forked from GitHub/gf-rgl

some hopefully straightforward additions to Slovenian, all marked with ----AR

This commit is contained in:
aarne
2016-10-04 10:29:39 +00:00
parent 056b885f29
commit d2d349c93d
7 changed files with 87 additions and 5 deletions
+5 -1
View File
@@ -12,7 +12,11 @@ concrete PhraseSlv of Phrase = CatSlv ** open Prelude, ResSlv, (P=ParamX) in {
UttNP np = {s = np.s ! Nom} ;
UttVP vp = {s = vp.s ! P.Pos ! VInf ++ vp.s2 ! {g=Masc; n=Sg; p=P3}} ;
UttAdv adv = adv ;
UttCN n = {s = n.s ! Indef ! Nom ! Sg} ;
UttIAdv iadv = iadv ; ----AR
UttIP ip = {s = ip.s ! Nom} ; ----AR
UttCN n = {s = n.s ! Indef ! Nom ! Sg} ;
UttCard n = {s = n.s ! Fem ! Nom} ;
UttAP ap = {s = ap.s ! Indef ! AMasc Inanimate ! Nom ! Sg} ;
UttInterj i = i ;