1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource-1.4/demo/DemoSwe.gf
2008-06-23 09:08:31 +00:00

24 lines
469 B
Plaintext

--# -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 ;
} ;