mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
urdu relatives
This commit is contained in:
@@ -15,6 +15,8 @@ concrete PhraseUrd of Phrase = CatUrd ** open Prelude, ResUrd in {
|
|||||||
UttVP vp = {s = infVP False vp (agrP3 Masc Sg)} ;
|
UttVP vp = {s = infVP False vp (agrP3 Masc Sg)} ;
|
||||||
UttAdv adv = adv ;
|
UttAdv adv = adv ;
|
||||||
UttCN cn = {s = cn.s ! Sg ! Dir};
|
UttCN cn = {s = cn.s ! Sg ! Dir};
|
||||||
|
UttCard n = n ;
|
||||||
|
UttAP ap = {s = ap.s ! Sg ! Masc ! Dir ! Posit} ;
|
||||||
|
|
||||||
NoPConj = {s = []} ;
|
NoPConj = {s = []} ;
|
||||||
PConjConj conj = {s = conj.s2} ; ---
|
PConjConj conj = {s = conj.s2} ; ---
|
||||||
|
|||||||
@@ -14,7 +14,8 @@ concrete RelativeUrd of Relative = CatUrd ** open ResUrd in {
|
|||||||
c = Dir
|
c = Dir
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
{- RelVP rp vp = {
|
-- {-
|
||||||
|
RelVP rp vp = {
|
||||||
s = \\t,p,o,ag =>
|
s = \\t,p,o,ag =>
|
||||||
let
|
let
|
||||||
agr = case rp.a of {
|
agr = case rp.a of {
|
||||||
@@ -43,7 +44,7 @@ concrete RelativeUrd of Relative = CatUrd ** open ResUrd in {
|
|||||||
-- };
|
-- };
|
||||||
c = Dir
|
c = Dir
|
||||||
} ;
|
} ;
|
||||||
-}
|
-- -}
|
||||||
FunRP p np rp = {
|
FunRP p np rp = {
|
||||||
s = \\n,c => rp.s ! n ! c ++ np.s ! NPC c ++ p.s ;
|
s = \\n,c => rp.s ! n ! c ++ np.s ! NPC c ++ p.s ;
|
||||||
a = RAg np.a
|
a = RAg np.a
|
||||||
|
|||||||
Reference in New Issue
Block a user