mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
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 ;
|
||||
UttIAdv iadv = iadv ;
|
||||
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 } ;
|
||||
UttImpPol pol imp = {s = pol.s ++ imp.s ! Sg ! 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
|
||||
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
|
||||
LangEng: how many cats
|
||||
|
||||
Reference in New Issue
Block a user