diff options
Diffstat (limited to 'examples/translator/App.gf')
| -rw-r--r-- | examples/translator/App.gf | 17 |
1 files changed, 17 insertions, 0 deletions
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 ; + +} |
