From 7899bb8cbe09b925304737ee7eb8e54560f7064a Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 14 Mar 2014 13:28:42 +0000 Subject: 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 --- examples/translator/App.gf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/translator/App.gf (limited to 'examples/translator/App.gf') 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 ; + +} -- cgit v1.2.3