1
0
forked from GitHub/gf-core

added AdvVP and AdVVP to App

This commit is contained in:
aarne
2014-04-03 07:25:57 +00:00
parent f4cd152e6f
commit e45038b73e
11 changed files with 13 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ abstract App =
Conjunction, Conjunction,
Verb [ Verb [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN
,AdvVP,AdVVP
], ],
Adverb, Adverb,
Phrase, Phrase,

View File

@@ -11,6 +11,7 @@ concrete AppBul of App =
ConjunctionBul, ConjunctionBul,
VerbBul [ VerbBul [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN
,AdvVP,AdVVP
], ],
AdverbBul, AdverbBul,
PhraseBul, PhraseBul,

View File

@@ -11,6 +11,8 @@ concrete AppChi of App =
ConjunctionChi, ConjunctionChi,
VerbChi [ VerbChi [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompNP,CompAdv,CompCN UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompNP,CompAdv,CompCN
-- ,AdvVP -- overridden
,AdVVP
], ],
AdverbChi, AdverbChi,
PhraseChi, PhraseChi,
@@ -52,7 +54,7 @@ flags
lin lin
CompAP = G.CompAP | E.CompBareAP ; -- he is good | he good 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 = E.TopicAdvVP vp adv | G.AdvVP 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 QuestCl cl = G.QuestCl cl | E.QuestRepV cl ; -- he comes 'ma' | he come not come

View File

@@ -13,6 +13,7 @@ concrete AppEng of App =
ConjunctionEng, ConjunctionEng,
VerbEng [ VerbEng [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN
,AdvVP,AdVVP
], ],
AdverbEng, AdverbEng,
PhraseEng, PhraseEng,

View File

@@ -15,6 +15,7 @@ concrete AppFin of App =
ConjunctionFin, ConjunctionFin,
VerbFin [ VerbFin [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN
,AdvVP,AdVVP
], ],
AdverbFin, AdverbFin,
PhraseFin, PhraseFin,

View File

@@ -11,6 +11,7 @@ concrete AppFre of App =
ConjunctionFre, ConjunctionFre,
VerbFre [ VerbFre [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN
,AdvVP,AdVVP
], ],
AdverbFre, AdverbFre,
PhraseFre, PhraseFre,

View File

@@ -11,6 +11,7 @@ concrete AppGer of App =
ConjunctionGer, ConjunctionGer,
VerbGer [ VerbGer [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN
,AdvVP,AdVVP
], ],
AdverbGer, AdverbGer,
PhraseGer, PhraseGer,

View File

@@ -11,6 +11,7 @@ concrete AppHin of App =
ConjunctionHin, ConjunctionHin,
VerbHin [ VerbHin [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN
,AdvVP,AdVVP
], ],
AdverbHin, AdverbHin,
PhraseHin, PhraseHin,

View File

@@ -11,6 +11,7 @@ concrete AppIta of App =
ConjunctionIta, ConjunctionIta,
VerbIta [ VerbIta [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN
,AdvVP,AdVVP
], ],
AdverbIta, AdverbIta,
PhraseIta, PhraseIta,

View File

@@ -11,6 +11,7 @@ concrete AppSpa of App =
ConjunctionSpa, ConjunctionSpa,
VerbSpa [ VerbSpa [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN
,AdvVP,AdVVP
], ],
AdverbSpa, AdverbSpa,
PhraseSpa, PhraseSpa,

View File

@@ -11,6 +11,7 @@ concrete AppSwe of App =
ConjunctionSwe, ConjunctionSwe,
VerbSwe [ VerbSwe [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN
,AdvVP,AdVVP
], ],
AdverbSwe, AdverbSwe,
PhraseSwe, PhraseSwe,