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