forked from GitHub/gf-core
parsable demo of resource, without VP
This commit is contained in:
23
lib/resource-1.4/demo/DemoGer.gf
Normal file
23
lib/resource-1.4/demo/DemoGer.gf
Normal file
@@ -0,0 +1,23 @@
|
||||
--# -path=.:alltenses
|
||||
|
||||
concrete DemoGer of Demo =
|
||||
NounGer - [AdvCN],
|
||||
-- VerbGer,
|
||||
ClauseGer, --
|
||||
AdjectiveGer,
|
||||
AdverbGer,
|
||||
NumeralGer,
|
||||
-- SentenceGer,
|
||||
-- QuestionGer,
|
||||
-- RelativeGer,
|
||||
-- ConjunctionGer,
|
||||
-- PhraseGer,
|
||||
-- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
-- IdiomGer,
|
||||
StructuralGer,
|
||||
LexiconGer
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user