Class CompleterRule
source code
object --+
|
AbstractChartRule --+
|
CompleterRule
A rule that joins a given complete edge with adjacent incomplete edges
in the chart, to form combined edges. In particular, this rule specifies
that:
licenses the edge:
given that the chart contains:
Note:
This is basically FundamentalRule, with the left edge left
unspecified.
|
|
|
|
Inherited from AbstractChartRule :
apply ,
apply_everywhere ,
apply_everywhere_iter
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|
|
NUM_EDGES = 1
|
|
_fundamental_rule = FundamentalRule()
|