diff options
| author | aarne <aarne@chalmers.se> | 2014-03-14 13:28:42 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-03-14 13:28:42 +0000 |
| commit | 7899bb8cbe09b925304737ee7eb8e54560f7064a (patch) | |
| tree | 5156a5cf5d24423b87179156510e9ee7817f3532 /examples/translator/AppSwe.gf | |
| parent | 566df8e4aefd02443c240a38c1d488f01413bda7 (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/AppSwe.gf')
| -rw-r--r-- | examples/translator/AppSwe.gf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/translator/AppSwe.gf b/examples/translator/AppSwe.gf new file mode 100644 index 000000000..7bab66ef9 --- /dev/null +++ b/examples/translator/AppSwe.gf @@ -0,0 +1,18 @@ +--# -path=.:../translator:../../../examples/phrasebook + +concrete AppSwe of App = + SmallPredSwe + , ExtensionsSwe [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP] + , DocumentationSwe - [Pol,Tense] + , DictionarySwe - [Pol,Tense] + , PhrasebookSwe - [open_A] + + ** { + +flags + literal = Symb ; + +lin + PhrasePhr p = {s = "+" ++ p.s} | p ; + +}
\ No newline at end of file |
