1
0
forked from GitHub/gf-rgl

documentation written; some weird constructors excluded from demo

This commit is contained in:
aarne
2008-06-27 14:14:01 +00:00
parent bc9dcae9a5
commit 97cf0b9dd2
19 changed files with 2661 additions and 35 deletions

View File

@@ -1,10 +1,11 @@
--# -path=.:alltenses
concrete DemoRus of Demo =
NounRus - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
NounRus - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,
ApposCN,MassNP,DetNP,ComplN3,Use2N3,Use3N3,AdvNP],
-- VerbRus,
ClauseRus, --
AdjectiveRus - [SentAP],
AdjectiveRus - [SentAP,ComplA2,UseA2,DemoA2],
AdverbRus,
NumeralRus,
---- SentenceRus,
@@ -18,6 +19,6 @@ concrete DemoRus of Demo =
LexiconRus
** {
flags startcat = Phr ; unlexer = text ; lexer = text ; coding = utf8 ;
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;