Files
gf-core/lib/resource-1.4/demo/DemoIta.gf
2008-06-23 09:08:31 +00:00

24 lines
469 B
Plaintext

--# -path=.:alltenses
concrete DemoIta of Demo =
NounIta - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
-- VerbIta,
ClauseIta, --
AdjectiveIta - [SentAP],
AdverbIta,
NumeralIta,
---- SentenceIta,
---- QuestionIta,
---- RelativeIta,
---- ConjunctionIta,
---- PhraseIta,
---- TextX - [Tense,TPres,TPast,TFut,TCond],
---- IdiomIta,
StructuralIta,
LexiconIta
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;