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/AppEng.gf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 examples/translator/AppEng.gf (limited to 'examples/translator/AppEng.gf') diff --git a/examples/translator/AppEng.gf b/examples/translator/AppEng.gf new file mode 100644 index 000000000..50f1d83c3 --- /dev/null +++ b/examples/translator/AppEng.gf @@ -0,0 +1,19 @@ +--# -path=.:../translator:../../../examples/phrasebook + +concrete AppEng of App = + SmallPredEng + , ExtensionsEng [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP] + , DocumentationEng - [Pol,Tense] + , DictionaryEng - [Pol,Tense] + + , PhrasebookEng + + ** { + +flags + literal = Symb ; + +lin + PhrasePhr p = {s = "+" ++ p.s} | p ; + +} \ No newline at end of file -- cgit v1.2.3