forked from GitHub/gf-core
parsable demo of resource, without VP
This commit is contained in:
23
lib/resource-1.4/demo/DemoFin.gf
Normal file
23
lib/resource-1.4/demo/DemoFin.gf
Normal file
@@ -0,0 +1,23 @@
|
||||
--# -path=.:alltenses
|
||||
|
||||
concrete DemoFin of Demo =
|
||||
NounFin - [AdvCN],
|
||||
-- VerbFin,
|
||||
ClauseFin, --
|
||||
AdjectiveFin,
|
||||
AdverbFin,
|
||||
NumeralFin,
|
||||
---- SentenceFin,
|
||||
---- QuestionFin,
|
||||
---- RelativeFin,
|
||||
---- ConjunctionFin,
|
||||
---- PhraseFin,
|
||||
---- TextX,
|
||||
---- IdiomFin,
|
||||
StructuralFin,
|
||||
LexiconFin
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user