diff options
Diffstat (limited to 'examples/phrasebook/SentencesSwe.gf')
| -rw-r--r-- | examples/phrasebook/SentencesSwe.gf | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/examples/phrasebook/SentencesSwe.gf b/examples/phrasebook/SentencesSwe.gf index 7a95e439f..ddcdc006e 100644 --- a/examples/phrasebook/SentencesSwe.gf +++ b/examples/phrasebook/SentencesSwe.gf @@ -1,9 +1,14 @@ -concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [PYesToNo,NameNN] with +concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [ + PYesToNo,NameNN + ---- , KindDrink -- should be utrum gender when countable + ] with (Syntax = SyntaxSwe), (Symbolic = SymbolicSwe), (Lexicon = LexiconSwe) ** open Prelude, SyntaxSwe, (P = ParadigmsSwe) in { - lin PYesToNo = mkPhrase (lin Utt (ss "jo")) ; - lin NameNN = mkNP (P.mkPN "NN") ; - + lin + PYesToNo = mkPhrase (lin Utt (ss "jo")) ; + NameNN = mkNP (P.mkPN "NN") ; +---- KindDrink d = mkCN (P.mkN [] [] [] [] P.utrum) (lin Adv (mkUtt d)) ; --- an awful hack... + } |
