forked from GitHub/gf-rgl
correct UttIP for Malay for how many cats
This commit is contained in:
@@ -7,7 +7,7 @@ concrete PhraseMay of Phrase = CatMay ** open Prelude, ResMay in {
|
|||||||
UttQS qs = qs ;
|
UttQS qs = qs ;
|
||||||
UttIAdv iadv = iadv ;
|
UttIAdv iadv = iadv ;
|
||||||
UttNP np = {s = np.s ! Bare} ;
|
UttNP np = {s = np.s ! Bare} ;
|
||||||
UttIP ip = {s = ip.sp ! NF Sg Bare} ;
|
UttIP ip = {s = ip.s ! Bare} ;
|
||||||
UttImpSg pol imp = {s = pol.s ++ imp.s ! Sg ! pol.p } ;
|
UttImpSg pol imp = {s = pol.s ++ imp.s ! Sg ! pol.p } ;
|
||||||
UttImpPol pol imp = {s = pol.s ++ imp.s ! Sg ! pol.p} ;
|
UttImpPol pol imp = {s = pol.s ++ imp.s ! Sg ! pol.p} ;
|
||||||
UttImpPl pol imp = {s = pol.s ++ imp.s ! Pl ! pol.p} ;
|
UttImpPl pol imp = {s = pol.s ++ imp.s ! Pl ! pol.p} ;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ LangMay: kamu suka lagu-lagu yang mana
|
|||||||
|
|
||||||
Lang: PhrUtt NoPConj (UttQS (UseQCl (TTAnt TPres ASimul) PPos (QuestSlash (IdetCN how8many_IDet (UseN cat_N)) (SlashVP (UsePron youPl_Pron) (SlashV2a have_V2))))) NoVoc
|
Lang: PhrUtt NoPConj (UttQS (UseQCl (TTAnt TPres ASimul) PPos (QuestSlash (IdetCN how8many_IDet (UseN cat_N)) (SlashVP (UsePron youPl_Pron) (SlashV2a have_V2))))) NoVoc
|
||||||
LangEng: how many cats do you have
|
LangEng: how many cats do you have
|
||||||
LangMay: kamu ada berapa kucing
|
LangMay: kamu ada berapa banyak kucing
|
||||||
|
|
||||||
Lang: PhrUtt NoPConj (UttIP (IdetCN how8many_IDet (UseN cat_N))) NoVoc
|
Lang: PhrUtt NoPConj (UttIP (IdetCN how8many_IDet (UseN cat_N))) NoVoc
|
||||||
LangEng: how many cats
|
LangEng: how many cats
|
||||||
|
|||||||
Reference in New Issue
Block a user