mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
added youPol_Pron to ResourceDemo
This commit is contained in:
@@ -161,7 +161,7 @@ fun
|
|||||||
that_Det, those_Det : Det ;
|
that_Det, those_Det : Det ;
|
||||||
possDet : Pron -> Det ;
|
possDet : Pron -> Det ;
|
||||||
numeralDet : Numeral -> Det ;
|
numeralDet : Numeral -> Det ;
|
||||||
i_Pron, youSg_Pron, he_Pron, she_Pron, we_Pron, youPl_Pron, they_Pron : Pron ;
|
i_Pron, youSg_Pron, youPol_Pron, he_Pron, she_Pron, we_Pron, youPl_Pron, they_Pron : Pron ;
|
||||||
RSubjS : Subj -> S -> S -> S ; -- if she walks we run
|
RSubjS : Subj -> S -> S -> S ; -- if she walks we run
|
||||||
SlashV2 : NP -> V2 -> ClSlash ; -- she loves
|
SlashV2 : NP -> V2 -> ClSlash ; -- she loves
|
||||||
SlashPrep : Cl -> Prep -> ClSlash ; -- she walks with
|
SlashPrep : Cl -> Prep -> ClSlash ; -- she walks with
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ concrete ResourceDemoEng of ResourceDemo = LexiconEng, NumeralEng, GrammarEng [
|
|||||||
every_Det, -- Det,
|
every_Det, -- Det,
|
||||||
--- this_Det, these_Det, -- Det,
|
--- this_Det, these_Det, -- Det,
|
||||||
--- that_Det, those_Det, -- Det,
|
--- that_Det, those_Det, -- Det,
|
||||||
i_Pron, youSg_Pron, he_Pron, she_Pron, we_Pron, youPl_Pron, they_Pron, -- NP,
|
i_Pron, youSg_Pron, youPol_Pron, he_Pron, she_Pron, we_Pron, youPl_Pron, they_Pron, -- NP,
|
||||||
very_AdA, -- AdA,
|
very_AdA, -- AdA,
|
||||||
|
|
||||||
TTAnt, -- Tense -> Ant -> Temp ;
|
TTAnt, -- Tense -> Ant -> Temp ;
|
||||||
|
|||||||
Reference in New Issue
Block a user