mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
webalt0812
This commit is contained in:
@@ -187,7 +187,7 @@ concrete ClauseFin of Clause = CategoriesFin **
|
||||
(insertObjectInf (mkClauseInf verb) verb.c verb.s3 verb.p y)
|
||||
verb.c2 verb.s5 verb.p2 z ;
|
||||
IPredVS verb sent =
|
||||
insertComplementInf (mkClauseInf verb) sent.s ;
|
||||
insertComplementInf (mkClauseInf verb) (embedConj ++ sent.s) ;
|
||||
IPredVQ verb quest =
|
||||
insertComplementInf (mkClauseInf verb) quest.s ;
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ lin
|
||||
PredAS adj sent = sats2clause (
|
||||
insertComplement
|
||||
(mkSats impersNounPhrase (vNom verbOlla))
|
||||
(complAdjPhrase Sg (adj2adjPhrase adj) ++ sent.s)
|
||||
((adj2adjPhrase adj).s ! APred ! AN (NCase Sg Part) ++ embedConj ++ sent.s)
|
||||
) ;
|
||||
PredV0 rain = sats2clause (mkSats impersNounPhrase (vNom rain)) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user