From 9fc58ce0e7c00e5207d72225430bde9817c76bb0 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 3 Sep 2010 09:02:00 +0000 Subject: kein Deutsch and some other Phrasebook fixes --- examples/phrasebook/SentencesGer.gf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'examples/phrasebook/SentencesGer.gf') 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 + } -- cgit v1.2.3