summaryrefslogtreecommitdiff
path: root/examples/translator/App.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/App.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/App.gf')
-rw-r--r--examples/translator/App.gf17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/translator/App.gf b/examples/translator/App.gf
new file mode 100644
index 000000000..e53f335c9
--- /dev/null
+++ b/examples/translator/App.gf
@@ -0,0 +1,17 @@
+--# -path=.:../translator:../../../examples/phrasebook
+
+abstract App =
+ SmallPred
+ , Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
+ , Documentation - [Pol,Tense]
+ , Dictionary - [Pol,Tense]
+
+ , Phrasebook
+ ** {
+flags
+ startcat=Phr ;
+
+fun
+ PhrasePhr : Phrase -> Phr ;
+
+}