mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 06:49:31 -06:00
27 lines
442 B
Plaintext
27 lines
442 B
Plaintext
--# -path=.:present:prelude
|
|
|
|
concrete MathematicalIta of Mathematical =
|
|
NounIta - [ComplN2], --- to avoid ambiguity
|
|
-- VerbIta,
|
|
AdjectiveIta,
|
|
AdverbIta,
|
|
NumeralIta,
|
|
-- SentenceIta,
|
|
QuestionIta,
|
|
RelativeIta,
|
|
ConjunctionIta,
|
|
PhraseIta,
|
|
TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
IdiomIta,
|
|
StructuralIta,
|
|
|
|
SymbolIta,
|
|
PredicationIta, -- - [predV3,predV2], --- gf bug
|
|
|
|
LexiconIta
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|