diff options
Diffstat (limited to 'examples/translator/AppChi.gf')
| -rw-r--r-- | examples/translator/AppChi.gf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/translator/AppChi.gf b/examples/translator/AppChi.gf new file mode 100644 index 000000000..66c55fce5 --- /dev/null +++ b/examples/translator/AppChi.gf @@ -0,0 +1,20 @@ +--# -path=.:../translator:../../../examples/phrasebook + +concrete AppChi of App = + SmallPredChi + , ExtensionsChi [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP] + , DocumentationChi - [Pol,Tense,Ant] + , DictionaryChi - [Pol,Tense,Ant] + , PhrasebookChi - [Ant,Pol,Tense,at_Prep] + + ** { + +flags + literal = Symb ; + +lin + PhrasePhr p = {s = "+" ++ p.s} | p ; + +} + + |
