summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesGer.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-09-03 09:02:00 +0000
committeraarne <aarne@chalmers.se>2010-09-03 09:02:00 +0000
commit9fc58ce0e7c00e5207d72225430bde9817c76bb0 (patch)
treee30143324ddf7df20bb83d3944cc89cff2a5a964 /examples/phrasebook/SentencesGer.gf
parent1527d470ecadbf4828e7ad158b58a80aef064635 (diff)
kein Deutsch and some other Phrasebook fixes
Diffstat (limited to 'examples/phrasebook/SentencesGer.gf')
-rw-r--r--examples/phrasebook/SentencesGer.gf7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesGer.gf b/examples/phrasebook/SentencesGer.gf
index 47359fc82..336aa4b11 100644
--- a/examples/phrasebook/SentencesGer.gf
+++ b/examples/phrasebook/SentencesGer.gf
@@ -1,7 +1,8 @@
concrete SentencesGer of Sentences = NumeralGer ** SentencesI -
[PYesToNo,SHaveNo,SHaveNoMass,
Proposition, Action, Is, IsMass, SProp, SPropNot, QProp,
- AHaveCurr, ACitizen, ABePlace, AKnowSentence, AKnowPerson, AKnowQuestion
+ AHaveCurr, ACitizen, ABePlace, AKnowSentence, AKnowPerson, AKnowQuestion,
+ Nationality, Language
] with
(Syntax = SyntaxGer),
(Symbolic = SymbolicGer),
@@ -33,4 +34,8 @@ concrete SentencesGer of Sentences = NumeralGer ** SentencesI -
AKnowQuestion p s = prop (mkCl p.name Lexicon.know_VQ s) ;
AKnowPerson p q = prop (mkCl p.name Lexicon.know_V2 q.name) ;
+ lincat
+ Nationality = {lang : CN ; country : NP ; prop : A} ;
+ Language = CN ; -- kein Deutsch
+
}