| Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.semantics.lambdacalc.LogicalForm --+
|
object --+ |
| |
base.semantics.temporal.Temporal --+
|
Coordination
Special operator to represent coordination. Beta reduction collapses nested coordinations into one.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Builds a basic logical form object.
|
str(x)
|
This should be overridden by subclasses.
|
Should be overridden by subclasses. Sets the start time of this logical form. This is different to just setting the time property: using set_time() may pass the time property down to its children if that is appropriate for the semantic type. It is also distinct from set_all_times(), which recursively sets the time on all children. This must be provided by all subclasses.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses. It should replace the LogicalForm old_lf with new_lf if it appears as an immediate constituent of this LogicalForm.
|
This should be overridden by subclasses. This method returns a list of all the variables used in this LF. This includes bound and unbound variables. (Only unbound variables need to be alpha-converted to avoid accidental binding, but we will convert bound variables too for readability.) Note that this only contains one instance of each variable, not every occurrence.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses.
|
This should be overridden by subclasses.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:57 2012 | http://epydoc.sourceforge.net |