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:
@@ -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...
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user