summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/mathematical/MathematicalIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/old-lib/resource/mathematical/MathematicalIta.gf')
-rw-r--r--deprecated/old-lib/resource/mathematical/MathematicalIta.gf26
1 files changed, 26 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/mathematical/MathematicalIta.gf b/deprecated/old-lib/resource/mathematical/MathematicalIta.gf
new file mode 100644
index 000000000..0591ef6c6
--- /dev/null
+++ b/deprecated/old-lib/resource/mathematical/MathematicalIta.gf
@@ -0,0 +1,26 @@
+--# -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 ;
+
+} ;