diff --git a/examples/app/AppBul.gf b/examples/app/AppBul.gf index fb8cd714e..fa90ac984 100644 --- a/examples/app/AppBul.gf +++ b/examples/app/AppBul.gf @@ -16,7 +16,7 @@ concrete AppBul of App = AdverbBul, PhraseBul, SentenceBul [ - PredVP,SlashVP,ImpVP, + PredVP,SlashVP,ImpVP,AdvS, UseCl,UseQCl,UseSlash,SSubjS,UseRCl ], QuestionBul - [ 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 diff --git a/examples/app/AppEng.gf b/examples/app/AppEng.gf index ccc44aec4..c70b5deff 100644 --- a/examples/app/AppEng.gf +++ b/examples/app/AppEng.gf @@ -18,7 +18,7 @@ concrete AppEng of App = AdverbEng, PhraseEng, SentenceEng [ - PredVP,SlashVP,ImpVP, + PredVP,SlashVP,ImpVP,AdvS, UseQCl,UseSlash,SSubjS,UseRCl ], QuestionEng - [ diff --git a/examples/app/AppFin.gf b/examples/app/AppFin.gf index c99853cd6..01ac689fb 100644 --- a/examples/app/AppFin.gf +++ b/examples/app/AppFin.gf @@ -20,7 +20,7 @@ concrete AppFin of App = AdverbFin, PhraseFin, SentenceFin [ - PredVP,SlashVP,ImpVP, + PredVP,SlashVP,ImpVP,AdvS, UseCl,UseQCl,UseSlash,SSubjS,UseRCl ], QuestionFin - [ diff --git a/examples/app/AppFre.gf b/examples/app/AppFre.gf index e27e9fe32..22c4e8cac 100644 --- a/examples/app/AppFre.gf +++ b/examples/app/AppFre.gf @@ -16,7 +16,7 @@ concrete AppFre of App = AdverbFre, PhraseFre, SentenceFre [ - PredVP,SlashVP,ImpVP, + PredVP,SlashVP,ImpVP,AdvS, UseCl,UseQCl,UseSlash,SSubjS,UseRCl ], QuestionFre - [ diff --git a/examples/app/AppGer.gf b/examples/app/AppGer.gf index 45cf3e6bb..7b97a7c1f 100644 --- a/examples/app/AppGer.gf +++ b/examples/app/AppGer.gf @@ -16,7 +16,7 @@ concrete AppGer of App = AdverbGer, PhraseGer, SentenceGer [ - PredVP,SlashVP,ImpVP, + PredVP,SlashVP,ImpVP,AdvS, UseCl,UseQCl,UseSlash,SSubjS,UseRCl ], QuestionGer - [ diff --git a/examples/app/AppHin.gf b/examples/app/AppHin.gf index 66a2429c4..a6a3b1b09 100644 --- a/examples/app/AppHin.gf +++ b/examples/app/AppHin.gf @@ -16,7 +16,7 @@ concrete AppHin of App = AdverbHin, PhraseHin, SentenceHin [ - PredVP,SlashVP,ImpVP, + PredVP,SlashVP,ImpVP,AdvS, UseCl,UseQCl,UseSlash,SSubjS,UseRCl ], QuestionHin - [ diff --git a/examples/app/AppIta.gf b/examples/app/AppIta.gf index 5423e8966..143a66fdd 100644 --- a/examples/app/AppIta.gf +++ b/examples/app/AppIta.gf @@ -16,7 +16,7 @@ concrete AppIta of App = AdverbIta, PhraseIta, SentenceIta [ - PredVP,SlashVP,ImpVP, + PredVP,SlashVP,ImpVP,AdvS, UseCl,UseQCl,UseSlash,SSubjS,UseRCl ], QuestionIta - [ diff --git a/examples/app/AppSpa.gf b/examples/app/AppSpa.gf index dc394d8b8..9cd6c551c 100644 --- a/examples/app/AppSpa.gf +++ b/examples/app/AppSpa.gf @@ -16,7 +16,7 @@ concrete AppSpa of App = AdverbSpa, PhraseSpa, SentenceSpa [ - PredVP,SlashVP,ImpVP, + PredVP,SlashVP,ImpVP,AdvS, UseCl,UseQCl,UseSlash,SSubjS,UseRCl ], QuestionSpa - [ diff --git a/examples/app/AppSwe.gf b/examples/app/AppSwe.gf index 82fb02053..1d32e0184 100644 --- a/examples/app/AppSwe.gf +++ b/examples/app/AppSwe.gf @@ -16,7 +16,7 @@ concrete AppSwe of App = AdverbSwe, PhraseSwe, SentenceSwe [ - PredVP,SlashVP,ImpVP, + PredVP,SlashVP,ImpVP,AdvS, UseCl,UseQCl,UseSlash,SSubjS,UseRCl ], QuestionSwe - [