mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
added AdvVP and AdVVP to App
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user