summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/mathematical/MathematicalSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/old-lib/resource/mathematical/MathematicalSwe.gf')
-rw-r--r--deprecated/old-lib/resource/mathematical/MathematicalSwe.gf27
1 files changed, 27 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/mathematical/MathematicalSwe.gf b/deprecated/old-lib/resource/mathematical/MathematicalSwe.gf
new file mode 100644
index 000000000..59d5fefde
--- /dev/null
+++ b/deprecated/old-lib/resource/mathematical/MathematicalSwe.gf
@@ -0,0 +1,27 @@
+--# -path=.:present:prelude
+
+concrete MathematicalSwe of Mathematical =
+ NounSwe - [ComplN2], --- to avoid ambiguity
+-- VerbSwe,
+ AdjectiveSwe,
+ AdverbSwe,
+ NumeralSwe,
+-- SentenceSwe,
+ QuestionSwe,
+ RelativeSwe,
+ ConjunctionSwe,
+ PhraseSwe,
+ TextX,
+ IdiomSwe,
+
+ StructuralSwe,
+
+ SymbolSwe,
+ PredicationSwe,
+
+ LexiconSwe
+ ** {
+
+flags startcat = Phr ;
+
+} ;