1
0
forked from GitHub/gf-rgl

added UseComp and CompAP in Slovenian. This also implements the complicated word order

This commit is contained in:
krasimir
2016-08-30 13:16:44 +00:00
parent 5fc11c8cb0
commit 51ad54d2c2
4 changed files with 83 additions and 40 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
concrete PhraseSlv of Phrase = CatSlv ** open Prelude, ResSlv in {
concrete PhraseSlv of Phrase = CatSlv ** open Prelude, ResSlv, (P=ParamX) in {
lin
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
@@ -10,7 +10,7 @@ concrete PhraseSlv of Phrase = CatSlv ** open Prelude, ResSlv in {
UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Masc ! Sg} ;
UttNP np = {s = np.s ! Nom} ;
UttVP vp = {s = vp.s ! VInf ++ vp.s2 ! {g=Masc; n=Sg; p=P3}} ;
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} ;
UttCard n = {s = n.s ! Fem ! Nom} ;