diff options
Diffstat (limited to 'examples/translator/TranslateChi.gf')
| -rw-r--r-- | examples/translator/TranslateChi.gf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/translator/TranslateChi.gf b/examples/translator/TranslateChi.gf index 869abb6cd..407aef798 100644 --- a/examples/translator/TranslateChi.gf +++ b/examples/translator/TranslateChi.gf @@ -5,6 +5,9 @@ concrete TranslateChi of Translate = PhrasebookChi - [at_Prep, PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease] ** open SyntaxChi, (E = ExtraChi), Prelude in { +flags + literal = Symb ; + lin PPhr p = lin Text p ; NP_Person np = {name = lin NP np ; isPron = False ; poss = E.GenNP np} ; |
