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/AppFin.gf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/translator/AppFin.gf (limited to 'examples/translator/AppFin.gf') 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 -- cgit v1.2.3