mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
embedded questions in phrasebook
This commit is contained in:
@@ -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 ;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user