AdvS added to app

This commit is contained in:
aarne
2014-04-04 07:30:06 +00:00
parent 1af3bb65b4
commit dafaef7fec
10 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ concrete AppBul of App =
AdverbBul,
PhraseBul,
SentenceBul [
PredVP,SlashVP,ImpVP,
PredVP,SlashVP,ImpVP,AdvS,
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
],
QuestionBul - [

View File

@@ -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

View File

@@ -18,7 +18,7 @@ concrete AppEng of App =
AdverbEng,
PhraseEng,
SentenceEng [
PredVP,SlashVP,ImpVP,
PredVP,SlashVP,ImpVP,AdvS,
UseQCl,UseSlash,SSubjS,UseRCl
],
QuestionEng - [

View File

@@ -20,7 +20,7 @@ concrete AppFin of App =
AdverbFin,
PhraseFin,
SentenceFin [
PredVP,SlashVP,ImpVP,
PredVP,SlashVP,ImpVP,AdvS,
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
],
QuestionFin - [

View File

@@ -16,7 +16,7 @@ concrete AppFre of App =
AdverbFre,
PhraseFre,
SentenceFre [
PredVP,SlashVP,ImpVP,
PredVP,SlashVP,ImpVP,AdvS,
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
],
QuestionFre - [

View File

@@ -16,7 +16,7 @@ concrete AppGer of App =
AdverbGer,
PhraseGer,
SentenceGer [
PredVP,SlashVP,ImpVP,
PredVP,SlashVP,ImpVP,AdvS,
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
],
QuestionGer - [

View File

@@ -16,7 +16,7 @@ concrete AppHin of App =
AdverbHin,
PhraseHin,
SentenceHin [
PredVP,SlashVP,ImpVP,
PredVP,SlashVP,ImpVP,AdvS,
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
],
QuestionHin - [

View File

@@ -16,7 +16,7 @@ concrete AppIta of App =
AdverbIta,
PhraseIta,
SentenceIta [
PredVP,SlashVP,ImpVP,
PredVP,SlashVP,ImpVP,AdvS,
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
],
QuestionIta - [

View File

@@ -16,7 +16,7 @@ concrete AppSpa of App =
AdverbSpa,
PhraseSpa,
SentenceSpa [
PredVP,SlashVP,ImpVP,
PredVP,SlashVP,ImpVP,AdvS,
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
],
QuestionSpa - [

View File

@@ -16,7 +16,7 @@ concrete AppSwe of App =
AdverbSwe,
PhraseSwe,
SentenceSwe [
PredVP,SlashVP,ImpVP,
PredVP,SlashVP,ImpVP,AdvS,
UseCl,UseQCl,UseSlash,SSubjS,UseRCl
],
QuestionSwe - [