mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
24 lines
469 B
Plaintext
24 lines
469 B
Plaintext
--# -path=.:alltenses
|
|
|
|
concrete DemoRus of Demo =
|
|
NounRus - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
|
|
-- VerbRus,
|
|
ClauseRus, --
|
|
AdjectiveRus - [SentAP],
|
|
AdverbRus,
|
|
NumeralRus,
|
|
---- SentenceRus,
|
|
---- QuestionRus,
|
|
---- RelativeRus,
|
|
---- ConjunctionRus,
|
|
---- PhraseRus,
|
|
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
---- IdiomRus,
|
|
StructuralRus,
|
|
LexiconRus
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|