1
0
forked from GitHub/gf-core

mass terms and yes/si/doch in Phrasebook

This commit is contained in:
aarne
2010-05-25 11:30:09 +00:00
parent cada06eab7
commit c473621651
8 changed files with 71 additions and 45 deletions

View File

@@ -1,6 +1,7 @@
concrete SentencesFre of Sentences = NumeralFre ** SentencesI - [
QProp,
IFemale, YouFamFemale, YouPolFemale
IFemale, YouFamFemale, YouPolFemale,
PYesToNo
]
with
(Syntax = SyntaxFre),
@@ -18,4 +19,5 @@ concrete SentencesFre of Sentences = NumeralFre ** SentencesI - [
YouPolFemale =
{name = mkNP youPol8fem_Pron ; isPron = True ; poss = mkQuant youPol_Pron};
PYesToNo = mkPhrase (lin Utt (ss "si")) ;
}