mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
parsable demo of resource, without VP
This commit is contained in:
23
lib/resource-1.4/demo/DemoFre.gf
Normal file
23
lib/resource-1.4/demo/DemoFre.gf
Normal file
@@ -0,0 +1,23 @@
|
||||
--# -path=.:alltenses
|
||||
|
||||
concrete DemoFre of Demo =
|
||||
NounFre - [AdvCN],
|
||||
-- VerbFre,
|
||||
ClauseFre, --
|
||||
AdjectiveFre,
|
||||
AdverbFre,
|
||||
NumeralFre,
|
||||
---- SentenceFre,
|
||||
---- QuestionFre,
|
||||
---- RelativeFre,
|
||||
---- ConjunctionFre,
|
||||
---- PhraseFre,
|
||||
---- TextX - [Tense,TPres,TPast,TFut,TCond],
|
||||
---- IdiomFre,
|
||||
StructuralFre,
|
||||
LexiconFre
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user