summaryrefslogtreecommitdiff
path: root/examples/translator/AppSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/translator/AppSwe.gf')
-rw-r--r--examples/translator/AppSwe.gf18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/translator/AppSwe.gf b/examples/translator/AppSwe.gf
new file mode 100644
index 000000000..7bab66ef9
--- /dev/null
+++ b/examples/translator/AppSwe.gf
@@ -0,0 +1,18 @@
+--# -path=.:../translator:../../../examples/phrasebook
+
+concrete AppSwe of App =
+ SmallPredSwe
+ , ExtensionsSwe [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
+ , DocumentationSwe - [Pol,Tense]
+ , DictionarySwe - [Pol,Tense]
+ , PhrasebookSwe - [open_A]
+
+ ** {
+
+flags
+ literal = Symb ;
+
+lin
+ PhrasePhr p = {s = "+" ++ p.s} | p ;
+
+} \ No newline at end of file