demo grammars for some new languages

This commit is contained in:
aarne
2008-06-23 09:08:31 +00:00
parent 133680fe20
commit 2a2e985f0e
13 changed files with 112 additions and 17 deletions

View File

@@ -0,0 +1,23 @@
--# -path=.:alltenses
concrete DemoSwe of Demo =
NounSwe - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
-- VerbSwe,
ClauseSwe, --
AdjectiveSwe - [SentAP],
AdverbSwe,
NumeralSwe,
---- SentenceSwe,
---- QuestionSwe,
---- RelativeSwe,
---- ConjunctionSwe,
---- PhraseSwe,
---- TextX - [Tense,TPres,TPast,TFut,TCond],
---- IdiomSwe,
StructuralSwe,
LexiconSwe
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;