mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-13 21:22:50 -06:00
25 lines
379 B
Plaintext
25 lines
379 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete GrammarPnb of Grammar =
|
|
NounPnb,
|
|
VerbPnb,
|
|
AdjectivePnb,
|
|
AdverbPnb,
|
|
NumeralPnb,
|
|
SentencePnb,
|
|
QuestionPnb,
|
|
RelativePnb,
|
|
ConjunctionPnb,
|
|
PhrasePnb,
|
|
TextX - [Adv],
|
|
StructuralPnb,
|
|
TenseX - [Adv],
|
|
IdiomPnb
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
}
|
|
|
|
|