1
0
forked from GitHub/gf-core

embedded questions in phrasebook

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

View File

@@ -1,4 +1,5 @@
concrete SentencesSpa of Sentences = NumeralSpa ** SentencesI - [
IsMass,
IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale,
WherePlace, WherePerson, ABePlace,
Superlative
@@ -16,6 +17,8 @@ flags coding = utf8 ;
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} ;
YouFamFemale =
@@ -69,4 +72,4 @@ oper
at = SyntaxSpa.mkAdv kind.at name ;
to = SyntaxSpa.mkAdv kind.to name ;
};
}
}