forked from GitHub/gf-core
AdvS added to app
This commit is contained in:
@@ -16,7 +16,7 @@ concrete AppBul of App =
|
|||||||
AdverbBul,
|
AdverbBul,
|
||||||
PhraseBul,
|
PhraseBul,
|
||||||
SentenceBul [
|
SentenceBul [
|
||||||
PredVP,SlashVP,ImpVP,
|
PredVP,SlashVP,ImpVP,AdvS,
|
||||||
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
||||||
],
|
],
|
||||||
QuestionBul - [
|
QuestionBul - [
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ concrete AppChi of App =
|
|||||||
AdverbChi,
|
AdverbChi,
|
||||||
PhraseChi,
|
PhraseChi,
|
||||||
SentenceChi [
|
SentenceChi [
|
||||||
PredVP,SlashVP,ImpVP,
|
PredVP,SlashVP,ImpVP,AdvS,
|
||||||
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
||||||
],
|
],
|
||||||
QuestionChi - [
|
QuestionChi - [
|
||||||
@@ -54,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 = 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
|
QuestCl cl = G.QuestCl cl | E.QuestRepV cl ; -- he comes 'ma' | he come not come
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ concrete AppEng of App =
|
|||||||
AdverbEng,
|
AdverbEng,
|
||||||
PhraseEng,
|
PhraseEng,
|
||||||
SentenceEng [
|
SentenceEng [
|
||||||
PredVP,SlashVP,ImpVP,
|
PredVP,SlashVP,ImpVP,AdvS,
|
||||||
UseQCl,UseSlash,SSubjS,UseRCl
|
UseQCl,UseSlash,SSubjS,UseRCl
|
||||||
],
|
],
|
||||||
QuestionEng - [
|
QuestionEng - [
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ concrete AppFin of App =
|
|||||||
AdverbFin,
|
AdverbFin,
|
||||||
PhraseFin,
|
PhraseFin,
|
||||||
SentenceFin [
|
SentenceFin [
|
||||||
PredVP,SlashVP,ImpVP,
|
PredVP,SlashVP,ImpVP,AdvS,
|
||||||
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
||||||
],
|
],
|
||||||
QuestionFin - [
|
QuestionFin - [
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ concrete AppFre of App =
|
|||||||
AdverbFre,
|
AdverbFre,
|
||||||
PhraseFre,
|
PhraseFre,
|
||||||
SentenceFre [
|
SentenceFre [
|
||||||
PredVP,SlashVP,ImpVP,
|
PredVP,SlashVP,ImpVP,AdvS,
|
||||||
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
||||||
],
|
],
|
||||||
QuestionFre - [
|
QuestionFre - [
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ concrete AppGer of App =
|
|||||||
AdverbGer,
|
AdverbGer,
|
||||||
PhraseGer,
|
PhraseGer,
|
||||||
SentenceGer [
|
SentenceGer [
|
||||||
PredVP,SlashVP,ImpVP,
|
PredVP,SlashVP,ImpVP,AdvS,
|
||||||
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
||||||
],
|
],
|
||||||
QuestionGer - [
|
QuestionGer - [
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ concrete AppHin of App =
|
|||||||
AdverbHin,
|
AdverbHin,
|
||||||
PhraseHin,
|
PhraseHin,
|
||||||
SentenceHin [
|
SentenceHin [
|
||||||
PredVP,SlashVP,ImpVP,
|
PredVP,SlashVP,ImpVP,AdvS,
|
||||||
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
||||||
],
|
],
|
||||||
QuestionHin - [
|
QuestionHin - [
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ concrete AppIta of App =
|
|||||||
AdverbIta,
|
AdverbIta,
|
||||||
PhraseIta,
|
PhraseIta,
|
||||||
SentenceIta [
|
SentenceIta [
|
||||||
PredVP,SlashVP,ImpVP,
|
PredVP,SlashVP,ImpVP,AdvS,
|
||||||
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
||||||
],
|
],
|
||||||
QuestionIta - [
|
QuestionIta - [
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ concrete AppSpa of App =
|
|||||||
AdverbSpa,
|
AdverbSpa,
|
||||||
PhraseSpa,
|
PhraseSpa,
|
||||||
SentenceSpa [
|
SentenceSpa [
|
||||||
PredVP,SlashVP,ImpVP,
|
PredVP,SlashVP,ImpVP,AdvS,
|
||||||
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
||||||
],
|
],
|
||||||
QuestionSpa - [
|
QuestionSpa - [
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ concrete AppSwe of App =
|
|||||||
AdverbSwe,
|
AdverbSwe,
|
||||||
PhraseSwe,
|
PhraseSwe,
|
||||||
SentenceSwe [
|
SentenceSwe [
|
||||||
PredVP,SlashVP,ImpVP,
|
PredVP,SlashVP,ImpVP,AdvS,
|
||||||
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
|
||||||
],
|
],
|
||||||
QuestionSwe - [
|
QuestionSwe - [
|
||||||
|
|||||||
Reference in New Issue
Block a user