diff options
| author | aarne <aarne@chalmers.se> | 2014-06-18 15:38:11 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-06-18 15:38:11 +0000 |
| commit | 28e50b0f5f6c2c39ec1545786b1234616fe95e2c (patch) | |
| tree | a845d4c97e06c605a2174ddf077df05252988bc9 /examples/phrasebook/SentencesGer.gf | |
| parent | fa33096e6d6832e45d73d3afc7b124a95e9d8244 (diff) | |
quick hack: changed cat name Language to LAnguage in Phrasebook to avoid clash with Construction.Language in App
Diffstat (limited to 'examples/phrasebook/SentencesGer.gf')
| -rw-r--r-- | examples/phrasebook/SentencesGer.gf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesGer.gf b/examples/phrasebook/SentencesGer.gf index 71f674d29..cc0922d5f 100644 --- a/examples/phrasebook/SentencesGer.gf +++ b/examples/phrasebook/SentencesGer.gf @@ -2,7 +2,7 @@ concrete SentencesGer of Sentences = NumeralGer ** SentencesI - [PYesToNo,SHaveNo,SHaveNoMass, Proposition, Action, Is, IsMass, SProp, SPropNot, QProp, AHaveCurr, ACitizen, ABePlace, AKnowSentence, AKnowPerson, AKnowQuestion, - Nationality, Language, + Nationality, LAnguage, ADoVerbPhrase, AModVerbPhrase, ADoVerbPhrasePlace, AModVerbPhrasePlace, YouPlurPolMale, YouPlurPolFemale ] with @@ -38,7 +38,7 @@ concrete SentencesGer of Sentences = NumeralGer ** SentencesI - lincat Nationality = {lang : CN ; country : NP ; prop : A} ; - Language = CN ; -- kein Deutsch + LAnguage = CN ; -- kein Deutsch -- the new things lin |
