From dafaef7fec8ac776a56bb269a7c4e6ba1228d923 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 4 Apr 2014 07:30:06 +0000 Subject: AdvS added to app --- examples/app/AppChi.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/app/AppChi.gf') diff --git a/examples/app/AppChi.gf b/examples/app/AppChi.gf index 047d9295e..f880468d6 100644 --- a/examples/app/AppChi.gf +++ b/examples/app/AppChi.gf @@ -17,7 +17,7 @@ concrete AppChi of App = AdverbChi, PhraseChi, SentenceChi [ - PredVP,SlashVP,ImpVP, + PredVP,SlashVP,ImpVP,AdvS, UseCl,UseQCl,UseSlash,SSubjS,UseRCl ], QuestionChi - [ @@ -54,7 +54,7 @@ flags lin CompAP = G.CompAP | E.CompBareAP ; -- he is good | he good - AdvVP vp adv = E.TopicAdvVP vp adv | G.AdvVP vp adv ; -- he *today* here sleeps | *today* he here sleeps + AdvVP vp adv = G.AdvVP vp adv | E.TopicAdvVP vp adv ; -- he *today* here sleeps | *today* he here sleeps QuestCl cl = G.QuestCl cl | E.QuestRepV cl ; -- he comes 'ma' | he come not come -- cgit v1.2.3