mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
demo prepared
This commit is contained in:
@@ -51,7 +51,7 @@ langsMath = langsAPI
|
||||
langsTest = langsLang `except` ["Bul","Cat","Hin","Rus","Spa","Tha"]
|
||||
|
||||
-- languages for which to run demo test
|
||||
langsDemo = langsLang `except` ["Bul","Hin","Ina","Rus","Tha"] ---- fix utf8 for Bul,Rus
|
||||
langsDemo = langsLang `except` ["Hin","Ina","Tha"]
|
||||
|
||||
-- languages for which langs.pgf is built
|
||||
langsPGF = langsTest `only` ["Eng","Fre","Swe"]
|
||||
|
||||
@@ -12,6 +12,6 @@ abstract Demo =
|
||||
Phrase,
|
||||
---- Text,
|
||||
---- Idiom,
|
||||
Structural,
|
||||
Structural - [everybody_NP,everything_NP,something_NP],
|
||||
Lexicon ;
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@ concrete DemoBul of Demo =
|
||||
AdverbBul,
|
||||
NumeralBul,
|
||||
---- SentenceBul,
|
||||
---- QuestionBul,
|
||||
QuestionBul - [QuestVP,QuestSlash],
|
||||
---- RelativeBul,
|
||||
---- ConjunctionBul,
|
||||
---- PhraseBul,
|
||||
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
---- TextX,
|
||||
---- IdiomBul,
|
||||
StructuralBul,
|
||||
StructuralBul - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconBul
|
||||
** {
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@ concrete DemoCat of Demo =
|
||||
AdverbCat,
|
||||
NumeralCat,
|
||||
---- SentenceCat,
|
||||
---- QuestionCat,
|
||||
QuestionCat - [QuestVP,QuestSlash],
|
||||
---- RelativeCat,
|
||||
---- ConjunctionCat,
|
||||
---- PhraseCat,
|
||||
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
---- TextX,
|
||||
---- IdiomCat,
|
||||
StructuralCat,
|
||||
StructuralCat - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconCat
|
||||
** {
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@ concrete DemoDan of Demo =
|
||||
AdverbDan,
|
||||
NumeralDan,
|
||||
---- SentenceDan,
|
||||
---- QuestionDan,
|
||||
QuestionDan - [QuestVP,QuestSlash],
|
||||
---- RelativeDan,
|
||||
---- ConjunctionDan,
|
||||
---- PhraseDan,
|
||||
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
---- TextX,
|
||||
---- IdiomDan,
|
||||
StructuralDan,
|
||||
StructuralDan - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconDan
|
||||
** {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ concrete DemoEng of Demo =
|
||||
---- PhraseEng,
|
||||
---- TextX,
|
||||
---- IdiomEng,
|
||||
StructuralEng,
|
||||
StructuralEng - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconEng
|
||||
** {
|
||||
|
||||
|
||||
@@ -11,10 +11,10 @@ concrete DemoFin of Demo =
|
||||
QuestionFin - [QuestVP,QuestSlash],
|
||||
---- RelativeFin,
|
||||
---- ConjunctionFin,
|
||||
PhraseFin,
|
||||
---- PhraseFin,
|
||||
---- TextX,
|
||||
---- IdiomFin,
|
||||
StructuralFin,
|
||||
StructuralFin - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconFin
|
||||
** {
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@ concrete DemoFre of Demo =
|
||||
AdverbFre,
|
||||
NumeralFre,
|
||||
---- SentenceFre,
|
||||
---- QuestionFre,
|
||||
QuestionFre - [QuestVP,QuestSlash],
|
||||
---- RelativeFre,
|
||||
---- ConjunctionFre,
|
||||
---- PhraseFre,
|
||||
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
---- TextX,
|
||||
---- IdiomFre,
|
||||
StructuralFre,
|
||||
StructuralFre - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconFre
|
||||
** {
|
||||
|
||||
|
||||
@@ -7,14 +7,14 @@ concrete DemoGer of Demo =
|
||||
AdjectiveGer - [SentAP],
|
||||
AdverbGer,
|
||||
NumeralGer,
|
||||
-- SentenceGer,
|
||||
---- SentenceGer,
|
||||
QuestionGer - [QuestVP,QuestSlash],
|
||||
-- RelativeGer,
|
||||
-- ConjunctionGer,
|
||||
-- PhraseGer,
|
||||
-- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
-- IdiomGer,
|
||||
StructuralGer,
|
||||
---- RelativeGer,
|
||||
---- ConjunctionGer,
|
||||
---- PhraseGer,
|
||||
---- TextX,
|
||||
---- IdiomGer,
|
||||
StructuralGer - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconGer
|
||||
** {
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@ concrete DemoIta of Demo =
|
||||
AdverbIta,
|
||||
NumeralIta,
|
||||
---- SentenceIta,
|
||||
---- QuestionIta,
|
||||
QuestionIta - [QuestVP,QuestSlash],
|
||||
---- RelativeIta,
|
||||
---- ConjunctionIta,
|
||||
---- PhraseIta,
|
||||
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
---- TextX,
|
||||
---- IdiomIta,
|
||||
StructuralIta,
|
||||
StructuralIta - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconIta
|
||||
** {
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@ concrete DemoNor of Demo =
|
||||
AdverbNor,
|
||||
NumeralNor,
|
||||
---- SentenceNor,
|
||||
---- QuestionNor,
|
||||
QuestionNor - [QuestVP,QuestSlash],
|
||||
---- RelativeNor,
|
||||
---- ConjunctionNor,
|
||||
---- PhraseNor,
|
||||
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
---- TextX,
|
||||
---- IdiomNor,
|
||||
StructuralNor,
|
||||
StructuralNor - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconNor
|
||||
** {
|
||||
|
||||
|
||||
@@ -8,16 +8,16 @@ concrete DemoRus of Demo =
|
||||
AdverbRus,
|
||||
NumeralRus,
|
||||
---- SentenceRus,
|
||||
---- QuestionRus,
|
||||
QuestionRus - [QuestVP,QuestSlash],
|
||||
---- RelativeRus,
|
||||
---- ConjunctionRus,
|
||||
---- PhraseRus,
|
||||
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
---- TextX,
|
||||
---- IdiomRus,
|
||||
StructuralRus,
|
||||
StructuralRus - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconRus
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ; coding = utf8 ;
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
|
||||
@@ -8,13 +8,13 @@ concrete DemoSpa of Demo =
|
||||
AdverbSpa,
|
||||
NumeralSpa,
|
||||
---- SentenceSpa,
|
||||
---- QuestionSpa,
|
||||
QuestionSpa - [QuestVP,QuestSlash],
|
||||
---- RelativeSpa,
|
||||
---- ConjunctionSpa,
|
||||
---- PhraseSpa,
|
||||
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
---- TextX,
|
||||
---- IdiomSpa,
|
||||
StructuralSpa,
|
||||
StructuralSpa - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconSpa
|
||||
** {
|
||||
|
||||
|
||||
@@ -8,13 +8,13 @@ concrete DemoSwe of Demo =
|
||||
AdverbSwe,
|
||||
NumeralSwe,
|
||||
---- SentenceSwe,
|
||||
---- QuestionSwe,
|
||||
QuestionSwe - [QuestVP,QuestSlash],
|
||||
---- RelativeSwe,
|
||||
---- ConjunctionSwe,
|
||||
---- PhraseSwe,
|
||||
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
---- TextX,
|
||||
---- IdiomSwe,
|
||||
StructuralSwe,
|
||||
StructuralSwe - [everybody_NP,everything_NP,something_NP],
|
||||
LexiconSwe
|
||||
** {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user