embedded questions in phrasebook

This commit is contained in:
aarne
2010-08-27 15:14:06 +00:00
parent 9aa7c88c5a
commit d329d3b9d8
8 changed files with 24 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
concrete SentencesCat of Sentences = NumeralCat ** SentencesI - [
IsMass,
IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale,
WherePlace, WherePerson, ABePlace,
Superlative
@@ -15,6 +16,7 @@ lincat
Superlative = OrdSuperlative ; -- {ord: Ord ; isPre: Bool}
lin
IsMass m q = mkCl (mkNP the_Det m) q ; -- le vin allemand est bon
IFemale =
{name = mkNP (ProDrop i8fem_Pron) ; isPron = True ; poss = mkQuant i_Pron} ;
@@ -61,4 +63,4 @@ oper
at = SyntaxCat.mkAdv kind.at name ;
to = SyntaxCat.mkAdv kind.to name ;
};
}
}