mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-28 12:18:54 -06:00
UttVP in Slovenian
This commit is contained in:
@@ -9,6 +9,7 @@ concrete PhraseSlv of Phrase = CatSlv ** open Prelude, ResSlv in {
|
|||||||
UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Masc ! Sg} ;
|
UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Masc ! Sg} ;
|
||||||
|
|
||||||
UttNP np = {s = np.s ! Nom} ;
|
UttNP np = {s = np.s ! Nom} ;
|
||||||
|
UttVP vp = {s = vp.s ! VInf ++ vp.s2 ! {g=Masc; n=Sg; p=P3}} ;
|
||||||
UttAdv adv = adv ;
|
UttAdv adv = adv ;
|
||||||
UttCN n = {s = n.s ! Indef ! Nom ! Sg} ;
|
UttCN n = {s = n.s ! Indef ! Nom ! Sg} ;
|
||||||
UttCard n = {s = n.s ! Fem ! Nom} ;
|
UttCard n = {s = n.s ! Fem ! Nom} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user