mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
AnimalsFre now works
This commit is contained in:
@@ -1071,10 +1071,12 @@ oper
|
||||
-- N.B. inversion variants and "est-ce que" are treated as above.
|
||||
|
||||
intVerbPhrase : IntPron -> VerbGroup -> Question = \ip,vg ->
|
||||
questClause (predVerbGroupClause (ip ** {p = P3 ; c = Clit0}) vg) ;
|
||||
questClause (predVerbGroupClause (intNounPhrase ip) vg) ;
|
||||
|
||||
intSlash : IntPron -> ClauseSlashNounPhrase -> Question ;
|
||||
|
||||
intNounPhrase : IntPron -> NounPhrase = \ip ->
|
||||
{s = \\nf => ip.s ! pform2case nf ; g = PGen ip.g ; n = ip.n ; p = P3 ; c = Clit0} ;
|
||||
|
||||
--3 Interrogative adverbials
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user