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,
Verb [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompAP,CompNP,CompAdv,CompCN
,AdvVP,AdVVP
],
Adverb,
Phrase,

View File

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

View File

@@ -11,6 +11,8 @@ concrete AppChi of App =
ConjunctionChi,
VerbChi [
UseV,ComplVV,SlashV2a,ComplSlash,UseComp,CompNP,CompAdv,CompCN
-- ,AdvVP -- overridden
,AdVVP
],
AdverbChi,
PhraseChi,
@@ -52,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 = 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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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