summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesSwe.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2011-11-30 20:24:23 +0000
committeraarne <aarne@chalmers.se>2011-11-30 20:24:23 +0000
commit33f1eeb7d1a94c8f34b13a69c9082e1a8807fba8 (patch)
tree6e73202d059e83f6b08db2fb1a3c092aa29e0067 /examples/phrasebook/SentencesSwe.gf
parent69d54030c02431ecca77523d05585b667e1fcafd (diff)
splits in Phrasebook Kind category: Drink and Plur; some new words in Tha,Eng,Fin,Swe
Diffstat (limited to 'examples/phrasebook/SentencesSwe.gf')
-rw-r--r--examples/phrasebook/SentencesSwe.gf13
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...
+
}