1
0
forked from GitHub/gf-core

parsable demo of resource, without VP

This commit is contained in:
aarne
2008-06-14 22:13:35 +00:00
parent 096c42540e
commit 9bf4583a35
13 changed files with 155 additions and 1 deletions

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