| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
CooperStore
A container for handling quantifier ambiguity via Cooper storage.
|
|||
|
|||
iterator
|
|
||
|
|||
|
|||
|
|
Carry out S-Retrieval of binding operators in store. If hack=True, serialize the bindop and core as strings and reparse. Ugh. Each permutation of the store (i.e. list of binding operators) is taken to be a possible scoping of quantifiers. We iterate through the binding operators in each permutation, and successively apply them to the current term, starting with the core semantic representation, working from the inside out. Binding operators are of the form:
bo(\P.all x.(man(x) -> P(x)),z1)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:49 2011 | http://epydoc.sourceforge.net |