From 740cd9fdd09bea7a0fa960ee40790f544c653880 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 9 Jun 2016 14:17:51 +0000 Subject: [PATCH] added youPol_Pron to ResourceDemo --- lib/src/demo/ResourceDemo.gf | 2 +- lib/src/demo/ResourceDemoEng.gf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/demo/ResourceDemo.gf b/lib/src/demo/ResourceDemo.gf index bbd71d5b1..c831e64fd 100644 --- a/lib/src/demo/ResourceDemo.gf +++ b/lib/src/demo/ResourceDemo.gf @@ -161,7 +161,7 @@ fun that_Det, those_Det : Det ; possDet : Pron -> 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 SlashV2 : NP -> V2 -> ClSlash ; -- she loves SlashPrep : Cl -> Prep -> ClSlash ; -- she walks with diff --git a/lib/src/demo/ResourceDemoEng.gf b/lib/src/demo/ResourceDemoEng.gf index 58af98481..c79e85474 100644 --- a/lib/src/demo/ResourceDemoEng.gf +++ b/lib/src/demo/ResourceDemoEng.gf @@ -46,7 +46,7 @@ concrete ResourceDemoEng of ResourceDemo = LexiconEng, NumeralEng, GrammarEng [ every_Det, -- Det, --- this_Det, these_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, TTAnt, -- Tense -> Ant -> Temp ;