summaryrefslogtreecommitdiff
path: root/examples/translator/TranslateFre.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2013-11-06 16:26:58 +0000
committeraarne <aarne@chalmers.se>2013-11-06 16:26:58 +0000
commita927944c80f89220e4a47014684eb321a9b68f03 (patch)
tree32a507f6c125da881903bf2b52a19bfdf9317118 /examples/translator/TranslateFre.gf
parent667a1c0ef058873ed11b5a97b1556d13637c9889 (diff)
added robustness flags to Translate; added or fixed a number of words in DictEngSwe detected in PhD regulations
Diffstat (limited to 'examples/translator/TranslateFre.gf')
-rw-r--r--examples/translator/TranslateFre.gf3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/translator/TranslateFre.gf b/examples/translator/TranslateFre.gf
index e923947a8..e7389b372 100644
--- a/examples/translator/TranslateFre.gf
+++ b/examples/translator/TranslateFre.gf
@@ -5,6 +5,9 @@ concrete TranslateFre of Translate =
PhrasebookFre - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease] **
open SyntaxFre, ParadigmsFre, (E = ExtraFre), Prelude in {
+flags
+ literal = Symb ;
+
lin
PPhr p = lin Text p ;
NP_Person np = {name = lin NP np ; isPron = False ; poss = mkQuant he_Pron} ;