1
0
forked from GitHub/gf-core

splits in Phrasebook Kind category: Drink and Plur; some new words in Tha,Eng,Fin,Swe

This commit is contained in:
aarne
2011-11-30 20:24:23 +00:00
parent 69d54030c0
commit 33f1eeb7d1
9 changed files with 129 additions and 29 deletions

View File

@@ -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...
}