class documentation
class FeatureCompleterRule(CompleterRule): (source)
Undocumented
Class Variable | _fundamental |
Undocumented |
Inherited from CompleterRule
:
Method | apply |
Return a generator that will add edges licensed by this rule and the given edges to the chart, one at a time. Each time the generator is resumed, it will either add a new edge and yield that edge; or return. |
Inherited from CompleteFundamentalRule
(via CompleterRule
):
Method | _apply |
Undocumented |
Inherited from SingleEdgeFundamentalRule
(via CompleterRule
, CompleteFundamentalRule
):
Constant | NUM |
Undocumented |
Method | _apply |
Undocumented |
Inherited from AbstractChartRule
(via CompleterRule
, CompleteFundamentalRule
, SingleEdgeFundamentalRule
, FundamentalRule
):
Method | __str__ |
Undocumented |
Method | apply |
Return a generator that will add all edges licensed by this rule, given the edges that are currently in the chart, one at a time. Each time the generator is resumed, it will either add a new edge and yield that edge; or return. |