mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
28 lines
376 B
Plaintext
28 lines
376 B
Plaintext
--# -path=.:present:prelude
|
|
|
|
concrete MathematicalNor of Mathematical =
|
|
NounNor - [ComplN2], --- to avoid ambiguity
|
|
-- VerbNor,
|
|
AdjectiveNor,
|
|
AdverbNor,
|
|
NumeralNor,
|
|
-- SentenceNor,
|
|
QuestionNor,
|
|
RelativeNor,
|
|
ConjunctionNor,
|
|
PhraseNor,
|
|
TextX,
|
|
IdiomNor,
|
|
|
|
StructuralNor,
|
|
|
|
SymbolNor,
|
|
PredicationNor,
|
|
|
|
LexiconNor
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|