class documentation

Undocumented

Inherited from FeatureTopDownPredictRule:

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 CachedTopDownPredictRule (via FeatureTopDownPredictRule):

Method __init__ Undocumented
Instance Variable _done Undocumented

Inherited from TopDownPredictRule (via FeatureTopDownPredictRule, CachedTopDownPredictRule):

Constant NUM_EDGES Undocumented

Inherited from AbstractChartRule (via FeatureTopDownPredictRule, CachedTopDownPredictRule, TopDownPredictRule):

Method __str__ Undocumented
Method apply_everywhere 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.