mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
webalt0812
This commit is contained in:
@@ -882,7 +882,7 @@ oper
|
||||
questClause : Clause -> Question = \cl ->
|
||||
{s = \\b,c => table {
|
||||
DirQ => cl.s ! b ! c ;
|
||||
IndirQ => cl.s ! b ! c
|
||||
IndirQ => siSubj.s ++ cl.s ! b ! c
|
||||
}
|
||||
} ;
|
||||
|
||||
@@ -1174,7 +1174,7 @@ oper
|
||||
useNounPhrase (indefNounPhrase n mec) ;
|
||||
|
||||
verbUtterance : VerbPhrase -> Utterance = \vp ->
|
||||
ss (vp.s ! VIInfinit ! Masc ! Sg ! P3) ;
|
||||
ss (vp.s ! VIInfinit ! Masc ! Sg ! P3 ++ ".") ;
|
||||
|
||||
|
||||
-- one-form variants
|
||||
|
||||
Reference in New Issue
Block a user