diff options
Diffstat (limited to 'examples/translator/TranslateBul.gf')
| -rw-r--r-- | examples/translator/TranslateBul.gf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/translator/TranslateBul.gf b/examples/translator/TranslateBul.gf index f6a253a6c..7ec263e5d 100644 --- a/examples/translator/TranslateBul.gf +++ b/examples/translator/TranslateBul.gf @@ -5,6 +5,9 @@ concrete TranslateBul of Translate = PhrasebookBul - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease] ** open SyntaxBul, (E = ExtraBul), Prelude in { +flags + literal = Symb ; + lin PPhr p = lin Text p ; NP_Person np = {name = lin NP np ; isPron = False ; poss = mkQuant he_Pron} ; |
