Lang modules in terms of Grammar

This commit is contained in:
aarne
2006-06-07 18:37:11 +00:00
parent 169fc1ba7d
commit be85f049c8
11 changed files with 16 additions and 144 deletions

View File

@@ -6,18 +6,6 @@
-- which may be more suitable to open in applications. -- which may be more suitable to open in applications.
abstract Lang = abstract Lang =
Noun, Grammar,
Verb,
Adjective,
Adverb,
Numeral,
Sentence,
Question,
Relative,
Conjunction,
Phrase,
Text,
Structural,
Idiom,
Lexicon Lexicon
** {} ; ** {} ;

View File

@@ -1,19 +1,7 @@
--# -path=.:../scandinavian:../abstract:../common:prelude --# -path=.:../scandinavian:../abstract:../common:prelude
concrete LangDan of Lang = concrete LangDan of Lang =
NounDan, GrammarDan,
VerbDan,
AdjectiveDan,
AdverbDan,
NumeralDan,
SentenceDan,
QuestionDan,
RelativeDan,
ConjunctionDan,
PhraseDan,
TextX,
IdiomDan,
StructuralDan,
LexiconDan LexiconDan
** { ** {

View File

@@ -1,19 +1,7 @@
--# -path=.:../abstract:../common:prelude --# -path=.:../abstract:../common:prelude
concrete LangEng of Lang = concrete LangEng of Lang =
NounEng, GrammarEng,
VerbEng,
AdjectiveEng,
AdverbEng,
NumeralEng,
SentenceEng,
QuestionEng,
RelativeEng,
ConjunctionEng,
PhraseEng,
TextX,
StructuralEng,
IdiomEng,
LexiconEng LexiconEng
** { ** {

View File

@@ -1,19 +1,7 @@
--# -path=.:../abstract:../common:prelude --# -path=.:../abstract:../common:prelude
concrete LangFin of Lang = concrete LangFin of Lang =
NounFin, GrammarFin,
VerbFin,
AdjectiveFin,
AdverbFin,
NumeralFin,
SentenceFin,
QuestionFin,
RelativeFin,
ConjunctionFin,
PhraseFin,
TextX,
IdiomFin,
StructuralFin,
LexiconFin LexiconFin
** { ** {

View File

@@ -1,19 +1,7 @@
--# -path=.:../romance:../abstract:../common:prelude --# -path=.:../romance:../abstract:../common:prelude
concrete LangFre of Lang = concrete LangFre of Lang =
NounFre, GrammarFre,
VerbFre,
AdjectiveFre,
AdverbFre,
NumeralFre,
SentenceFre,
QuestionFre,
RelativeFre,
ConjunctionFre,
PhraseFre,
TextX,
IdiomFre,
StructuralFre,
LexiconFre LexiconFre
** { ** {

View File

@@ -1,19 +1,7 @@
--# -path=.:../abstract:../common:prelude --# -path=.:../abstract:../common:prelude
concrete LangGer of Lang = concrete LangGer of Lang =
NounGer, GrammarGer,
VerbGer,
AdjectiveGer,
AdverbGer,
NumeralGer,
SentenceGer,
QuestionGer,
RelativeGer,
ConjunctionGer,
PhraseGer,
TextX,
IdiomGer,
StructuralGer,
LexiconGer LexiconGer
** { ** {

View File

@@ -1,19 +1,7 @@
--# -path=.:../romance:../abstract:../common:prelude --# -path=.:../romance:../abstract:../common:prelude
concrete LangIta of Lang = concrete LangIta of Lang =
NounIta, GrammarIta,
VerbIta,
AdjectiveIta,
AdverbIta,
NumeralIta,
SentenceIta,
QuestionIta,
RelativeIta,
ConjunctionIta,
PhraseIta,
TextX,
IdiomIta,
StructuralIta,
LexiconIta LexiconIta
** { ** {

View File

@@ -1,19 +1,7 @@
--# -path=.:../scandinavian:../abstract:../common:prelude --# -path=.:../scandinavian:../abstract:../common:prelude
concrete LangNor of Lang = concrete LangNor of Lang =
NounNor, GrammarNor,
VerbNor,
AdjectiveNor,
AdverbNor,
NumeralNor,
SentenceNor,
QuestionNor,
RelativeNor,
ConjunctionNor,
PhraseNor,
TextX,
IdiomNor,
StructuralNor,
LexiconNor LexiconNor
** { ** {

View File

@@ -1,17 +1,9 @@
--# -path=.:../abstract:../common:../../prelude --# -path=.:../abstract:../common:../../prelude
concrete LangRus of Lang = concrete LangRus of Lang =
NounRus, GrammarRus,
VerbRus, LexiconRus ** {
AdjectiveRus,
AdverbRus, flags startcat = Phr ; unlexer = text ; lexer = text ;
NumeralRus,
SentenceRus, } ;
QuestionRus,
RelativeRus,
ConjunctionRus,
PhraseRus,
TextX,
StructuralRus,
IdiomRus,
LexiconRus ** { flags startcat = Phr ; unlexer = text ; lexer = text ;} ;

View File

@@ -1,19 +1,7 @@
--# -path=.:../romance:../abstract:../common:prelude --# -path=.:../romance:../abstract:../common:prelude
concrete LangSpa of Lang = concrete LangSpa of Lang =
NounSpa, GrammarSpa,
VerbSpa,
AdjectiveSpa,
AdverbSpa,
NumeralSpa,
SentenceSpa,
QuestionSpa,
RelativeSpa,
ConjunctionSpa,
PhraseSpa,
TextSpa, -- special punctuation
IdiomSpa,
StructuralSpa,
LexiconSpa LexiconSpa
** { ** {

View File

@@ -1,19 +1,7 @@
--# -path=.:../scandinavian:../abstract:../common:prelude --# -path=.:../scandinavian:../abstract:../common:prelude
concrete LangSwe of Lang = concrete LangSwe of Lang =
NounSwe, GrammarSwe,
VerbSwe,
AdjectiveSwe,
AdverbSwe,
NumeralSwe,
SentenceSwe,
QuestionSwe,
RelativeSwe,
ConjunctionSwe,
PhraseSwe,
TextX,
IdiomSwe,
StructuralSwe,
LexiconSwe LexiconSwe
** { ** {