mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -06:00
some hopefully straightforward additions to Slovenian, all marked with ----AR
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user