summaryrefslogtreecommitdiff
path: root/examples/translator/AppFin.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2014-03-14 13:28:42 +0000
committeraarne <aarne@chalmers.se>2014-03-14 13:28:42 +0000
commit7899bb8cbe09b925304737ee7eb8e54560f7064a (patch)
tree5156a5cf5d24423b87179156510e9ee7817f3532 /examples/translator/AppFin.gf
parent566df8e4aefd02443c240a38c1d488f01413bda7 (diff)
moved the small app chunking grammars from lib/src/experimental to examples/translator; the proper place might be in the git contributions, but this can be decided later
Diffstat (limited to 'examples/translator/AppFin.gf')
-rw-r--r--examples/translator/AppFin.gf18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/translator/AppFin.gf b/examples/translator/AppFin.gf
new file mode 100644
index 000000000..343d0d11d
--- /dev/null
+++ b/examples/translator/AppFin.gf
@@ -0,0 +1,18 @@
+--# -path=.:../finnish/stemmed:../finnish:../api:../translator:../../../examples/phrasebook:alltenses
+
+concrete AppFin of App =
+ SmallPredFin
+ , ExtensionsFin [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
+ , DocumentationFin - [Pol,Tense]
+ , DictionaryFin - [Pol,Tense]
+ , PhrasebookFin - [open_A]
+
+ ** {
+
+flags
+ literal = Symb ;
+
+lin
+ PhrasePhr p = {s = "+" ++ p.s} | p ;
+
+} \ No newline at end of file