mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-28 04:08:55 -06:00
Cleaned up the Demo conrecte syntaxes now that they don't have to list the restricted inheritance. Added language codes.
This commit is contained in:
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoBul of Demo =
|
concrete DemoBul of Demo =
|
||||||
NounBul - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounBul,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseBul,
|
||||||
-- VerbBul,
|
AdjectiveBul,
|
||||||
ClauseBul, --
|
|
||||||
AdjectiveBul - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbBul,
|
AdverbBul,
|
||||||
NumeralBul,
|
NumeralBul,
|
||||||
---- SentenceBul,
|
QuestionBul,
|
||||||
QuestionBul - [QuestVP,QuestSlash],
|
StructuralBul,
|
||||||
---- RelativeBul,
|
|
||||||
---- ConjunctionBul,
|
|
||||||
---- PhraseBul,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomBul,
|
|
||||||
StructuralBul - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconBul
|
LexiconBul
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = bg; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoCat of Demo =
|
concrete DemoCat of Demo =
|
||||||
NounCat - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounCat,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseCat,
|
||||||
-- VerbCat,
|
AdjectiveCat,
|
||||||
ClauseCat, --
|
|
||||||
AdjectiveCat - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbCat,
|
AdverbCat,
|
||||||
NumeralCat,
|
NumeralCat,
|
||||||
---- SentenceCat,
|
QuestionCat,
|
||||||
QuestionCat - [QuestVP,QuestSlash],
|
StructuralCat,
|
||||||
---- RelativeCat,
|
|
||||||
---- ConjunctionCat,
|
|
||||||
---- PhraseCat,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomCat,
|
|
||||||
StructuralCat - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconCat
|
LexiconCat
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = ca; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoDan of Demo =
|
concrete DemoDan of Demo =
|
||||||
NounDan - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounDan,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseDan,
|
||||||
-- VerbDan,
|
AdjectiveDan,
|
||||||
ClauseDan, --
|
|
||||||
AdjectiveDan - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbDan,
|
AdverbDan,
|
||||||
NumeralDan,
|
NumeralDan,
|
||||||
---- SentenceDan,
|
QuestionDan,
|
||||||
QuestionDan - [QuestVP,QuestSlash],
|
StructuralDan,
|
||||||
---- RelativeDan,
|
|
||||||
---- ConjunctionDan,
|
|
||||||
---- PhraseDan,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomDan,
|
|
||||||
StructuralDan - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconDan
|
LexiconDan
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = da; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoEng of Demo =
|
concrete DemoEng of Demo =
|
||||||
NounEng - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounEng,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseEng,
|
||||||
-- VerbEng,
|
AdjectiveEng,
|
||||||
ClauseEng, --
|
|
||||||
AdjectiveEng - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbEng,
|
AdverbEng,
|
||||||
NumeralEng,
|
NumeralEng,
|
||||||
---- SentenceEng,
|
QuestionEng,
|
||||||
QuestionEng - [QuestVP,QuestSlash],
|
StructuralEng,
|
||||||
---- RelativeEng,
|
|
||||||
---- ConjunctionEng,
|
|
||||||
---- PhraseEng,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomEng,
|
|
||||||
StructuralEng - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconEng
|
LexiconEng
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = en; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoFin of Demo =
|
concrete DemoFin of Demo =
|
||||||
NounFin - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounFin,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseFin,
|
||||||
-- VerbFin,
|
AdjectiveFin,
|
||||||
ClauseFin, --
|
|
||||||
AdjectiveFin - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbFin,
|
AdverbFin,
|
||||||
NumeralFin,
|
NumeralFin,
|
||||||
---- SentenceFin,
|
QuestionFin,
|
||||||
QuestionFin - [QuestVP,QuestSlash],
|
StructuralFin,
|
||||||
---- RelativeFin,
|
|
||||||
---- ConjunctionFin,
|
|
||||||
---- PhraseFin,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomFin,
|
|
||||||
StructuralFin - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconFin
|
LexiconFin
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = fi; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoFre of Demo =
|
concrete DemoFre of Demo =
|
||||||
NounFre - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounFre,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseFre,
|
||||||
-- VerbFre,
|
AdjectiveFre,
|
||||||
ClauseFre, --
|
|
||||||
AdjectiveFre - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbFre,
|
AdverbFre,
|
||||||
NumeralFre,
|
NumeralFre,
|
||||||
---- SentenceFre,
|
QuestionFre,
|
||||||
QuestionFre - [QuestVP,QuestSlash],
|
StructuralFre,
|
||||||
---- RelativeFre,
|
|
||||||
---- ConjunctionFre,
|
|
||||||
---- PhraseFre,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomFre,
|
|
||||||
StructuralFre - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconFre
|
LexiconFre
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = fr; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoGer of Demo =
|
concrete DemoGer of Demo =
|
||||||
NounGer - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounGer,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseGer,
|
||||||
-- VerbGer,
|
AdjectiveGer,
|
||||||
ClauseGer, --
|
|
||||||
AdjectiveGer - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbGer,
|
AdverbGer,
|
||||||
NumeralGer,
|
NumeralGer,
|
||||||
---- SentenceGer,
|
QuestionGer,
|
||||||
QuestionGer - [QuestVP,QuestSlash],
|
StructuralGer,
|
||||||
---- RelativeGer,
|
|
||||||
---- ConjunctionGer,
|
|
||||||
---- PhraseGer,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomGer,
|
|
||||||
StructuralGer - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconGer
|
LexiconGer
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = de; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoIta of Demo =
|
concrete DemoIta of Demo =
|
||||||
NounIta - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounIta,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseIta,
|
||||||
-- VerbIta,
|
AdjectiveIta,
|
||||||
ClauseIta, --
|
|
||||||
AdjectiveIta - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbIta,
|
AdverbIta,
|
||||||
NumeralIta,
|
NumeralIta,
|
||||||
---- SentenceIta,
|
QuestionIta,
|
||||||
QuestionIta - [QuestVP,QuestSlash],
|
StructuralIta,
|
||||||
---- RelativeIta,
|
|
||||||
---- ConjunctionIta,
|
|
||||||
---- PhraseIta,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomIta,
|
|
||||||
StructuralIta - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconIta
|
LexiconIta
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = it; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoNor of Demo =
|
concrete DemoNor of Demo =
|
||||||
NounNor - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounNor,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseNor,
|
||||||
-- VerbNor,
|
AdjectiveNor,
|
||||||
ClauseNor, --
|
|
||||||
AdjectiveNor - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbNor,
|
AdverbNor,
|
||||||
NumeralNor,
|
NumeralNor,
|
||||||
---- SentenceNor,
|
QuestionNor,
|
||||||
QuestionNor - [QuestVP,QuestSlash],
|
StructuralNor,
|
||||||
---- RelativeNor,
|
|
||||||
---- ConjunctionNor,
|
|
||||||
---- PhraseNor,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomNor,
|
|
||||||
StructuralNor - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconNor
|
LexiconNor
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = no; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoRus of Demo =
|
concrete DemoRus of Demo =
|
||||||
NounRus - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounRus,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseRus,
|
||||||
-- VerbRus,
|
AdjectiveRus,
|
||||||
ClauseRus, --
|
|
||||||
AdjectiveRus - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbRus,
|
AdverbRus,
|
||||||
NumeralRus,
|
NumeralRus,
|
||||||
---- SentenceRus,
|
QuestionRus,
|
||||||
QuestionRus - [QuestVP,QuestSlash],
|
StructuralRus,
|
||||||
---- RelativeRus,
|
|
||||||
---- ConjunctionRus,
|
|
||||||
---- PhraseRus,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomRus,
|
|
||||||
StructuralRus - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconRus
|
LexiconRus
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = ru; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoSpa of Demo =
|
concrete DemoSpa of Demo =
|
||||||
NounSpa - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounSpa,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseSpa,
|
||||||
-- VerbSpa,
|
AdjectiveSpa,
|
||||||
ClauseSpa, --
|
|
||||||
AdjectiveSpa - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbSpa,
|
AdverbSpa,
|
||||||
NumeralSpa,
|
NumeralSpa,
|
||||||
---- SentenceSpa,
|
QuestionSpa,
|
||||||
QuestionSpa - [QuestVP,QuestSlash],
|
StructuralSpa,
|
||||||
---- RelativeSpa,
|
|
||||||
---- ConjunctionSpa,
|
|
||||||
---- PhraseSpa,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomSpa,
|
|
||||||
StructuralSpa - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconSpa
|
LexiconSpa
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = es; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
@@ -1,24 +1,16 @@
|
|||||||
--# -path=.:alltenses
|
--# -path=.:alltenses
|
||||||
|
|
||||||
concrete DemoSwe of Demo =
|
concrete DemoSwe of Demo =
|
||||||
NounSwe - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
|
NounSwe,
|
||||||
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
|
ClauseSwe,
|
||||||
-- VerbSwe,
|
AdjectiveSwe,
|
||||||
ClauseSwe, --
|
|
||||||
AdjectiveSwe - [SentAP,ComplA2,UseA2,DemoA2],
|
|
||||||
AdverbSwe,
|
AdverbSwe,
|
||||||
NumeralSwe,
|
NumeralSwe,
|
||||||
---- SentenceSwe,
|
QuestionSwe,
|
||||||
QuestionSwe - [QuestVP,QuestSlash],
|
StructuralSwe,
|
||||||
---- RelativeSwe,
|
|
||||||
---- ConjunctionSwe,
|
|
||||||
---- PhraseSwe,
|
|
||||||
---- TextX,
|
|
||||||
---- IdiomSwe,
|
|
||||||
StructuralSwe - [everybody_NP,everything_NP,something_NP],
|
|
||||||
LexiconSwe
|
LexiconSwe
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags language = sv; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user