webalt0812

This commit is contained in:
alaine
2005-12-08 07:52:57 +00:00
parent 03ff170d43
commit d7759ffbb4
6 changed files with 7 additions and 7 deletions

View File

@@ -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